Another one
This commit is contained in:
parent
1889fb51ff
commit
b30d7946c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue