sometimes it is best if you don't over think it ;)

This commit is contained in:
Seth Vidal 2012-11-21 18:17:49 +00:00
parent 8edf78b823
commit 16ead80f8b

View file

@ -20,7 +20,7 @@
- name: add them to a bogus group
local_action: add_host hostname=$item groupname=myvms_new
with_items: "${vmlist['list_vms']}"
with_items: $vmlist.list_vms
- name: halt instances