Merge pull request #1166 from GoMatrixHosting/master

GoMatrixHosting 0.5.2
This commit is contained in:
Slavi Pantaleev 2021-07-06 10:23:44 +03:00 committed by GitHub
commit a26b056163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
lineinfile: lineinfile:
path: '{{ awx_cached_matrix_vars }}' path: '{{ awx_cached_matrix_vars }}'
regexp: "{{ item }}:" regexp: "{{ item }}"
line: "{{ item }}" line: "{{ item }}"
insertbefore: '# Synapse Extension End' insertbefore: '# Synapse Extension End'
with_items: with_items:
@ -78,7 +78,7 @@
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
lineinfile: lineinfile:
path: '{{ awx_cached_matrix_vars }}' path: '{{ awx_cached_matrix_vars }}'
regexp: "{{ item }}:" regexp: "{{ item }}"
line: "{{ item }}" line: "{{ item }}"
insertbefore: '# Synapse Extension End' insertbefore: '# Synapse Extension End'
state: absent state: absent