9 lines
267 B
YAML
Raw Normal View History

2021-10-10 13:23:49 +08:00
---
2021-08-13 16:05:57 +08:00
- name: Rename synapse presence variable
delegate_to: 127.0.0.1
replace:
path: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
regexp: 'matrix_synapse_use_presence'
replace: 'matrix_synapse_presence_enabled'