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 @@ ...@@ -7,10 +7,8 @@
- block: - block:
- include_tasks: "{{ cloud|default('none') }}/{{ mode }}.yml" - include: "{{ cloud|default('none') }}/{{ mode }}.yml"
tags: 'always'
- include_tasks: "{{ mode }}.yml" - include: "{{ mode }}.yml"
tags: 'always'
when: '"cloud" not in excluded_roles' when: '"cloud" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment