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

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

parent 3c1496d2
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
ignore_errors: true ignore_errors: true
tags: always tags: always
- include: more.yml - include_tasks: more.yml
with_items: '{{ variable_files.stdout_lines|default([]) }}' with_items: '{{ variable_files.stdout_lines|default([]) }}'
loop_control: loop_control:
loop_var: inventory_name loop_var: inventory_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment