Revert "Update to Drupal 9"

Revert back so that we can continue to use the Config Installer module.

This reverts commit e5b86c7f39.
This commit is contained in:
Oliver Davies 2020-06-16 21:44:25 +01:00
parent 317d95a56c
commit f26c3fbd7d
5 changed files with 2069 additions and 2499 deletions

View file

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