This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
replace module only if file exists
pull/1266/head^2
Michael Collins
4 years ago
parent
9ac5ad148a
commit
7203d4ec21
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
roles/matrix-awx/tasks/rename_variables.yml
+ 2
- 1
roles/matrix-awx/tasks/rename_variables.yml
View File
@@ -5,4 +5,5 @@
path: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
regexp: 'matrix_synapse_use_presence'
replace: 'matrix_synapse_presence_enabled'
args:
creates: "/var/lib/awx/projects/clients/{{ member_id }}/{{ subscription_id }}/matrix_vars.yml"
Write
Preview
Loading…
Cancel
Save