fix vhost_reboot playbook syntax

This commit is contained in:
Kevin Fenzi 2016-11-29 01:45:38 +00:00
parent 584e14485d
commit a2d4dc50ec

View file

@ -31,7 +31,7 @@
- name: add them to myvms_new group
local_action: add_host hostname={{ item }} groupname=myvms_new
with_items: vmlist.list_vms
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