Install Drupal rather than clear cache

This commit is contained in:
Oliver Davies 2019-07-23 01:25:49 +01:00
parent ce94945655
commit 24ffbe4fc0
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,4 @@
--- ---
- name: Run database updates
command: '{{ release_drush_path }} --root {{ release_web_path }} updatedb' - name: Install Drupal
command: '{{ release_drush_path }} --root {{ release_web_path }} site-install -y --account-pass=admin123 --site-name="PHP South Wales"'

View file

@ -1,3 +1 @@
--- ---
- name: Clear Drupal cache
command: '{{ release_drush_path }} --root {{ release_web_path }} cache-rebuild'