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

Change the way we limit Drupal sites during deployment

parent 915425c3
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@
with_items: '{{ drupal_settings }}'
loop_control:
loop_var: drupal
when: limit_jail is not defined or drupal.jail is not defined or limit_jail == drupal.jail.name
when: limit_drupal_site is not defined or drupal.id is not defined or limit_drupal_site == drupal.id
when: '"drupal" not in excluded_roles and drupal_install_drupal'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment