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

Only create aliases when not excluded in inventory

parent 7c8cc3bd
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@
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
when: drupal.create_drush_aliases|default(true) and (limit_site is not defined or drupal.id is not defined or limit_site == drupal.id)
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