now that volumes are all in persistent startup, take it out of the others

This commit is contained in:
Seth Vidal 2012-11-19 20:25:06 +00:00
parent 6aa3403391
commit 5d5ceb8d6d
2 changed files with 0 additions and 12 deletions

View file

@ -10,12 +10,6 @@
tasks:
- include: $tasks/persistent_cloud.yml
# 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: is_set('${inst_res.instances[0].id}')
with_items: $volumes
- name: provision instance
hosts: 209.132.184.100
user: root

View file

@ -10,12 +10,6 @@
tasks:
- include: $tasks/persistent_cloud.yml
# 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: is_set('${inst_res.instances[0].id}')
with_items: $volumes
- name: provision instance
hosts: 209.132.184.113
user: root