is_set() needs quotes?

This commit is contained in:
Seth Vidal 2012-11-02 03:52:20 +00:00
parent 96d1850896
commit fa94963379

View file

@ -13,7 +13,7 @@
# 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: is_set($inst_res) only_if: is_set('$inst_res')
with_items: $volumes with_items: $volumes
- name: provision instance - name: provision instance