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
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
ignore_errors: true
tags: always
- include: more.yml
- include_tasks: more.yml
with_items: '{{ variable_files.stdout_lines|default([]) }}'
loop_control:
loop_var: inventory_name
......
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