Browse Source

GoMatrixHosting 0.5.2

pull/1166/head
Michael-GMH 4 years ago
parent
commit
1c938c72fd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roles/matrix-awx/tasks/set_variables_synapse.yml

+ 2
- 2
roles/matrix-awx/tasks/set_variables_synapse.yml View File

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


Loading…
Cancel
Save