Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #606 from oxyc/error-message
Browse files Browse the repository at this point in the history
Fix misleading error message when attempting to install drupal without a codebase
  • Loading branch information
geerlingguy committed May 12, 2016
2 parents 0156a79 + f4364f3 commit f12b93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/tasks/install-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ drush_path }} status bootstrap
chdir={{ drupal_core_path }}
register: drupal_site_installed
failed_when: false
failed_when: "drupal_site_installed.stdout is undefined"
changed_when: false
become: no

Expand Down

0 comments on commit f12b93b

Please sign in to comment.