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

ansible-playbooks/general#72 Go back to includes for main.yml files

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