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

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

parent f7246918
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- block:
- include: install.yml
- import_tasks: install.yml
- name: 'Remember that this role had been run'
set_fact: role_wkhtmltopdf_completed=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment