fix vhost_reboot playbook syntax
This commit is contained in:
parent
584e14485d
commit
a2d4dc50ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue