Skip to content

Commit

Permalink
Fix check for installed site
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 14, 2023
1 parent 600d93a commit c2c84db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/app/tasks/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: Check if site is already installed.
command:
cmd: "drush status --root={{ devshop_app_git_document_root_path }} status bootstrap"
cmd: "drush --root={{ devshop_app_git_document_root_path }} status bootstrap"
chdir: "{{ devshop_app_git_document_root_path }}"
register: drupal_status_register
failed_when: "drupal_status_register.stdout is undefined"
Expand Down

0 comments on commit c2c84db

Please sign in to comment.