typo in the yaml

This commit is contained in:
Seth Vidal 2012-11-21 17:59:07 +00:00
parent cf7b183122
commit cac85f03dc

View file

@ -17,10 +17,10 @@
- name: get list of guests
action: virt command=list_vms
register: vmlist
- 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