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

Replace deprecated syntax

parent af827358
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
when: drupal.jail is defined and (jail_available|changed or jailsite_init_force) and (limit_site is not defined or drupal.id is not defined or limit_site == drupal.id)
when: drupal.jail is defined and (jail_available is changed or jailsite_init_force) and (limit_site is not defined or drupal.id is not defined or limit_site == drupal.id)
- name: "Ensure tmp Directory"
file:
......
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