mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
delegate locally
This commit is contained in:
parent
ef4b5a187d
commit
a49da05cf9
@ -12,6 +12,7 @@
|
||||
dest: '/var/lib/awx/projects/hosting/delete_job_template.json'
|
||||
|
||||
- name: Re-create '00 - Cleanup Deletion Template' job template
|
||||
delegate_to: 127.0.0.1
|
||||
awx.awx.tower_job_template:
|
||||
name: "00 - Cleanup Deletion Template"
|
||||
description: "Deletes the remaining '<< SUBSCRIPTION DELETION IN PROGRESS >>' job template."
|
||||
@ -28,6 +29,7 @@
|
||||
validate_certs: yes
|
||||
|
||||
- name: Launch '00 - Cleanup Deletion Template' job template before ending
|
||||
delegate_to: 127.0.0.1
|
||||
awx.awx.tower_job_launch:
|
||||
job_template: "00 - Cleanup Deletion Template"
|
||||
tower_host: "https://{{ tower_host }}"
|
||||
|
Loading…
Reference in New Issue
Block a user