clean up all the older modules which are now upstream

This commit is contained in:
Seth Vidal 2013-03-06 19:01:08 +00:00
parent 99cf535801
commit 13926a05e6
3 changed files with 1 additions and 87 deletions

View file

@ -5,7 +5,7 @@
ignore_errors: true
- name: spin it up
local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group}
local_action: ec2 keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} ec2_access_key=$persist_access_key ec2_secret_key=$persist_secret_key ec2_url=$os_ec2_url
register: inst_res
only_if: "'${host_is_up.rc}' != '0'"