reading - not overrated
This commit is contained in:
parent
ec65ba7373
commit
682e24dc6e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
# attach and mount volumes
|
# attach and mount volumes
|
||||||
- name: attach volumes to the system
|
- name: attach volumes to the system
|
||||||
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: is_set('$inst_res.instances[0].id')
|
only_if: is_set('${inst_res.instances[0].id}')
|
||||||
with_items: $volumes
|
with_items: $volumes
|
||||||
|
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue