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

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

parent 297ba6df
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@
- block:
- include: install.yml
- import_tasks: install.yml
when: '"docker" 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