mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
try with quotes?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user