is_set() needs quotes?
This commit is contained in:
parent
96d1850896
commit
fa94963379
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
# attach and mount volumes
|
||||
- name: attach volumes to the system
|
||||
local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item
|
||||
only_if: is_set($inst_res)
|
||||
only_if: is_set('$inst_res')
|
||||
with_items: $volumes
|
||||
|
||||
- name: provision instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue