Commit 81080a1a by John Jarvis

fixing yaml syntax

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