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

ansible-playbooks/general#72 Always use import_tasks or include_tasks instead of just include

parent cd70a95d
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