Commit d3a406a7 by John Jarvis

duplicate launch instance tasks

parent 81360279
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
# adds it to the host group # adds it to the host group
- name: Launch instance - name: Launch instance
local_action: ec2 keypair=$keypair group=$security_group instance_type=$instance_type image=$image wait=true region=$region
register: ec2
- name: Launch instance
local_action: local_action:
module: ec2 module: ec2
keypair: "{{keypair}}" keypair: "{{keypair}}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment