typo'd the key :(

This commit is contained in:
Seth Vidal 2013-02-25 19:10:38 +00:00
parent 00ba8a27a9
commit 5bfb3aef0c

View file

@ -1,6 +1,6 @@
---
- name: spin it up
local_action: ec2 keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} ec2_access_key=$transient_access_key ec2_secret+key=$transient_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=$transient_access_key ec2_secret_key=$transient_secret_key ec2_url=$os_ec2_url
register: inst_res
- name: add it to the special group