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

ansible-playbooks/general#85 Change remaining false to no

parent fd2e584a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,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 limit_site == 'False' 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 == 'no' or drupal.id is not defined or limit_site == drupal.id)
when: not excluded_roles or "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