Slavi Pantaleev
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
2 adiciones y
2 borrados
-
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 |
|
|
|
|