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

ansible-playbooks/general#72 Replace all include with include_tasks

parent ffbad722
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
when: inithostip is defined
- include: inithostip.yml hostip='{{ ec2instance.public_ip }}'
- include_tasks: 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.
Finish editing this message first!
Please register or to comment