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

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

parent d1ce5c31
No related branches found
No related tags found
No related merge requests found
---
# file: roles/drush/tasks/config-9.yml
- include: 'config-8.yml'
- import_tasks: 'config-8.yml'
- block:
- set_fact:
......
......@@ -7,7 +7,7 @@
- block:
- include: 'config-{{ drush_version_main|default("8") }}.yml'
- include_tasks: 'config-{{ drush_version_main|default("8") }}.yml'
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment