From ca009a7d629d49804f4cfc59b6ab8e5911ba2f4a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Apr 2018 20:07:03 +0000 Subject: [PATCH] fix up includes in vhost_reboot playbook --- playbooks/vhost_reboot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index 0a2f1cc0c5..6b7ec63d56 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -34,7 +34,7 @@ with_items: "{{ vmlist.list_vms }}" # Call out to another playbook. Disable any proxies that may live here -- include: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies +- import_playbook: 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: update-proxy-dns.yml status=enable proxies=myvms_new:&proxies +- import_playbook: update-proxy-dns.yml status=enable proxies=myvms_new:&proxies when: nodns is not defined or not nodns - name: Fix unbound if necessary