add << SUBSCRIPTION DELETION IN PROGRESS >> job template
This commit is contained in:
parent
517ecbf0d1
commit
7b9929e17b
@ -272,9 +272,9 @@
|
|||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
when: matrix_domain is defined
|
when: matrix_domain is defined
|
||||||
|
|
||||||
- name: Remove 'Purge Database (Advanced)' job template
|
- name: Remove '<< SUBSCRIPTION DELETION IN PROGRESS >>' job template
|
||||||
awx.awx.tower_job_template:
|
awx.awx.tower_job_template:
|
||||||
name: "{{ matrix_domain }} - 2 - Purge Database (Advanced)"
|
name: "0 - {{ subscription_id }} - << SUBSCRIPTION DELETION IN PROGRESS >>"
|
||||||
job_type: run
|
job_type: run
|
||||||
project: "{{ member_id }} - Matrix Docker Ansible Deploy"
|
project: "{{ member_id }} - Matrix Docker Ansible Deploy"
|
||||||
playbook: setup.yml
|
playbook: setup.yml
|
||||||
@ -282,7 +282,6 @@
|
|||||||
tower_host: "https://{{ tower_host }}"
|
tower_host: "https://{{ tower_host }}"
|
||||||
tower_oauthtoken: "{{ tower_token.stdout }}"
|
tower_oauthtoken: "{{ tower_token.stdout }}"
|
||||||
validate_certs: yes
|
validate_certs: yes
|
||||||
when: matrix_domain is defined
|
|
||||||
|
|
||||||
- name: Remove Matrix server from organisations inventory
|
- name: Remove Matrix server from organisations inventory
|
||||||
awx.awx.tower_host:
|
awx.awx.tower_host:
|
||||||
|
Loading…
Reference in New Issue
Block a user