get rid of the duplicate - it appears to be some other timing

This commit is contained in:
Seth Vidal 2013-02-13 21:03:59 +00:00
parent aa0ba57daa
commit 886576f583

View file

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