try inventive quoting :)
This commit is contained in:
parent
eb000071cf
commit
6d709d37db
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
||||||
# attach and mount volumes
|
# attach and mount volumes
|
||||||
- name: attach volumes to the system
|
- name: attach volumes to the system
|
||||||
local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item
|
local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item
|
||||||
only_if: "'${host_is_up.rc}' != '0' and is_set('${volumes}')"
|
only_if: "'${host_is_up.rc}' != '0' and is_set('''${volumes}''')"
|
||||||
with_items: $volumes
|
with_items: $volumes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue