Commit 81080a1a by John Jarvis

fixing yaml syntax

parent abf927a0
......@@ -19,7 +19,7 @@
add_host
hostname={{ item.public_ip }}
groupname=launched
with_items: {{ ec2.instances }}
with_items: "{{ ec2.instances }}"
- name: launch_instance | Wait for SSH to come up
local_action: >
......@@ -30,4 +30,4 @@
delay=60
timeout=320
delay_after=5
with_items: {{ ec2.instances }}
with_items: "{{ ec2.instances }}"
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