Update to Drupal 9

This commit is contained in:
Oliver Davies 2020-06-04 16:33:36 +01:00 committed by Oliver Davies
parent 4fd639507c
commit e5b86c7f39
5 changed files with 2498 additions and 2068 deletions

View file

@ -1,7 +1,7 @@
---
- name: Install Drupal
command: |
{{ release_drush_path }} site-install config_installer -y
{{ release_drush_path }} site-install -y \
--account-pass=admin123
args:
chdir: '{{ release_drupal_path }}'