use include here for now
This commit is contained in:
parent
04e59b42dc
commit
36af79bb1d
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
with_items: "{{ vmlist.list_vms }}"
|
||||
|
||||
# Call out to another playbook. Disable any proxies that may live here
|
||||
- include_playbook: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies
|
||||
- include: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies
|
||||
when: nodns is not defined or not "true" in nodns
|
||||
|
||||
- name: halt instances
|
||||
|
@ -103,7 +103,7 @@
|
|||
when: nonagios is not defined or not nonagios
|
||||
|
||||
# Call out to that dns playbook. Put proxies back in now that they're back
|
||||
- include_playbook: update-proxy-dns.yml status=enable proxies=myvms_new:&proxies
|
||||
- include: update-proxy-dns.yml status=enable proxies=myvms_new:&proxies
|
||||
when: nodns is not defined or not nodns
|
||||
|
||||
- name: Fix unbound if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue