Skip to content
Snippets Groups Projects
Commit 3cf4a04d authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove deprecation warnings from Ansible 2.0.1.0

parent 70d84385
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
hostname="{{ host }}"
static_ipv4="{{ item.public_ip }}"
groups="{{ initgroups }}"
with_items: ec2.instances
with_items: '{{ ec2.instances }}'
- name: "Waiting for SSH service becoming available"
wait_for:
......@@ -40,4 +40,4 @@
delay=10
timeout=120
state=present
with_items: ec2.instances
with_items: '{{ ec2.instances }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment