also might want to specify the vars properly, dumbass
This commit is contained in:
parent
edcc8c785e
commit
6e5a3aca46
1 changed files with 1 additions and 1 deletions
|
@ -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'"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue