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

ansible-playbooks/general#72 Go back to includes for main.yml files

parent 5a9bfaac
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,10 @@
- block:
- include_tasks: config.yml
- include: config.yml
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
when: limit_site is not defined or drupal.id is not defined or limit_site == drupal.id
tags: 'always'
when: '"drush" 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