Fix syntax on reboot playbook

This commit is contained in:
Kevin Fenzi 2013-11-21 22:02:15 +00:00
parent 8462c0407e
commit 33ddc75b18

View file

@ -30,7 +30,7 @@
- name: add them to myvms_new group
local_action: add_host hostname=$item groupname=myvms_new
with_items: {{ vmlist.list_vms }}
with_items: mlist.list_vms
- name: halt instances
hosts: myvms_new