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

Bug fix

parent 78144dcb
Branches
No related tags found
No related merge requests found
......@@ -48,9 +48,11 @@
register: drupal_available
failed_when: false
- 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'
- 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'
tags: always
- include: install/{{ installSource.mode|default("none") }}.yml
when: drupal_first_installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment