mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-16 04:45:19 +00:00
delay these till the next playbook
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
|
||||
# abort deletion
|
||||
|
||||
- name: Include hosting vars
|
||||
include_vars:
|
||||
file: /var/lib/awx/projects/hosting/hosting_vars.yml
|
||||
when: cancel_deletion|bool
|
||||
no_log: True
|
||||
|
||||
- name: Install jq in AWX
|
||||
delegate_to: 127.0.0.1
|
||||
yum:
|
||||
@@ -33,8 +25,6 @@
|
||||
validate_certs: yes
|
||||
when: cancel_deletion|bool
|
||||
|
||||
# restore use of templates
|
||||
|
||||
- name: Grant execute permission on 'Deploy/Update a Server' job template
|
||||
delegate_to: 127.0.0.1
|
||||
awx.awx.tower_role:
|
||||
@@ -239,8 +229,6 @@
|
||||
validate_certs: yes
|
||||
when: (matrix_domain is defined) and (cancel_deletion|bool)
|
||||
|
||||
# trigger cleanup
|
||||
|
||||
- name: Save new 'Delete Job Template' survey.json to the AWX tower, template
|
||||
delegate_to: 127.0.0.1
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user