also might want to specify the vars properly, dumbass

This commit is contained in:
Seth Vidal 2013-02-26 20:16:09 +00:00
parent edcc8c785e
commit 6e5a3aca46

View file

@ -5,7 +5,7 @@
ignore_errors: true
- name: spin it up
local_action: ec2 keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} ec2_access_key=$persistent_access_key ec2_secret_key=$persistent_secret_key ec2_url=$os_ec2_url
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'"