typo in the yaml
This commit is contained in:
parent
cf7b183122
commit
cac85f03dc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue