Kaynağa Gözat
Merge pull request #1166 from GoMatrixHosting/master
GoMatrixHosting 0.5.2
pull/1169/head
Slavi Pantaleev
4 yıl önce
committed by
GitHub
ebeveyn
işleme
a26b056163
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
roles/matrix-awx/tasks/set_variables_synapse.yml
|
|
|
@@ -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 |
|
|
|
|