Another one

This commit is contained in:
Kevin Fenzi 2014-01-01 19:47:31 +00:00
parent 1889fb51ff
commit b30d7946c0

View file

@ -20,6 +20,6 @@
# attach and mount volumes
- name: attach volumes to the system
local_action: shell euca-attach-volume --config {{ persist_config }} -i {{ inst_res.instances[0].id }} {{ item }}
with_items: "{{ volumes }}"
with_items: volumes
when: volumes is defined and host_is_up|failed