get rid of the duplicate - it appears to be some other timing
This commit is contained in:
parent
aa0ba57daa
commit
886576f583
1 changed files with 0 additions and 7 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue