try this for handling no volumes

This commit is contained in:
Seth Vidal 2012-12-17 23:50:32 +00:00
parent 3bedcf0cc5
commit 1a82ae99ee

View file

@ -20,6 +20,6 @@
# 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: "'${host_is_up.rc}' != '0' and is_set('''${volumes}''')"
only_if: "'${host_is_up.rc}' != '0' and len("$volumes") != 0"
with_items: $volumes