Skip to content
Snippets Groups Projects
Commit 2b500e90 authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace include_tasks with include again if used in a loop

parent 4e22d3b0
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
when: inithostip is defined
- include_tasks: inithostip.yml hostip='{{ ec2instance.public_ip }}'
- include: inithostip.yml hostip='{{ ec2instance.public_ip }}'
with_items: '{{ ec2.instances }}'
loop_control:
loop_var: ec2instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment