Fix syntax on reboot playbook
This commit is contained in:
parent
8462c0407e
commit
33ddc75b18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue