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

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

parent 5fa83e99
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,8 @@
- block:
- include_tasks: "{{ cloud|default('none') }}/{{ mode }}.yml"
tags: 'always'
- include: "{{ cloud|default('none') }}/{{ mode }}.yml"
- include_tasks: "{{ mode }}.yml"
tags: 'always'
- include: "{{ mode }}.yml"
when: '"cloud" not in excluded_roles'
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