check if matrix_vars.yml file exists
This commit is contained in:
parent
7203d4ec21
commit
92b26ec846
@ -1,9 +1,13 @@
|
|||||||
|
|
||||||
|
- name: Check if matrix_vars.yml file exists
|
||||||
|
stat:
|
||||||
|
path: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
|
||||||
|
register: matrix_vars_file
|
||||||
|
|
||||||
- name: Rename synapse presence variable
|
- name: Rename synapse presence variable
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
replace:
|
replace:
|
||||||
path: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
|
path: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
|
||||||
regexp: 'matrix_synapse_use_presence'
|
regexp: 'matrix_synapse_use_presence'
|
||||||
replace: 'matrix_synapse_presence_enabled'
|
replace: 'matrix_synapse_presence_enabled'
|
||||||
args:
|
when: matrix_vars_file.stat.exists
|
||||||
creates: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user