Add condition for whether to install Drupal
This commit is contained in:
parent
9aac99e723
commit
623a1052c4
|
@ -5,6 +5,7 @@
|
||||||
--account-pass=admin123
|
--account-pass=admin123
|
||||||
args:
|
args:
|
||||||
chdir: '{{ release_drupal_path }}'
|
chdir: '{{ release_drupal_path }}'
|
||||||
|
when: drupal_install
|
||||||
|
|
||||||
- name: Rebuild cache
|
- name: Rebuild cache
|
||||||
command: '{{ release_drush_path }} cache-rebuild'
|
command: '{{ release_drush_path }} cache-rebuild'
|
||||||
|
|
Loading…
Reference in a new issue