Explorar el Código

end play after deleting subscription in AWX

pull/1266/head^2
Michael Collins hace 4 años
padre
commit
b2f96df1a9
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      roles/matrix-awx/tasks/delete_awx_templates.yml

+ 8
- 0
roles/matrix-awx/tasks/delete_awx_templates.yml Ver fichero

@@ -304,3 +304,11 @@
tower_oauthtoken: "{{ tower_token.stdout }}"
validate_certs: yes
when: matrix_domain is defined

- name: Set boolean value to exit playbook
set_fact:
end_playbook: true

- name: End playbook if this task list is called.
meta: end_play
when: end_playbook is defined and end_playbook|bool

Cargando…
Cancelar
Guardar