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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 44d632bb
Branches
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@
- block:
- include_tasks: install.yml
- import_tasks: install.yml
- include_tasks: rules.yml
- import_tasks: rules.yml
- include: rules.drupal.yml
with_nested:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment