Add condition for whether to install Drupal

This commit is contained in:
Oliver Davies 2020-01-29 00:54:20 +00:00
parent 9aac99e723
commit 623a1052c4

View file

@ -5,6 +5,7 @@
--account-pass=admin123
args:
chdir: '{{ release_drupal_path }}'
when: drupal_install
- name: Rebuild cache
command: '{{ release_drush_path }} cache-rebuild'