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

Improve handling of limit_site argument

parent 5ea8914f
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: drupal.create_drush_aliases|default(true) and (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 limit_site == 'False' 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