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

Fix Ansible 2.3.0.0 deprecation bug

parent 88d54918
Branches
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
- block:
- set_fact: drupal_first_installation=false
- set_fact: drupal_first_installation=true
when: drupal_install_drupal and drupal_available is defined and drupal_available.stdout != '{{ drupalRoot }}/index.php'
when: drupal_install_drupal and drupal_available is defined and drupal_available.stdout != [drupalRoot, '/index.php']|join('')
tags: always
- include: install/{{ installSource.mode|default("none") }}.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment