Skip to content

Commit 57de3cd

Browse files
authored
Drupal template fixes pr 1.x (#140)
* Adding a Drupal 9 template to ce-dev. * Testing nodejs version change with blank template. * Incrementing version for release. * There's no drupal9 template for ce-deploy. * Updating Drupal templates. * Removing docs steps for ansible because they cannot work. * Suppressing unattended-upgrades. * Adding composer plugins to Drupal 8 deployments. * Adding the phpcodesniffer plugin for D8. * Updating PHP versions for templates. * Downgrading Drupal and drush for LGD. * LGD prebuilt template needs to use drupal9 images. * Adding another composer plugin for LGD template builds.
1 parent 0ae2dc6 commit 57de3cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/localgov/ce-dev/ansible/deploy.yml.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
command: config
6363
arguments: allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
6464
working_dir: "{{ deploy_path }}"
65+
- name: Adding cweagans/composer-patches plugin to composer config.
66+
community.general.composer:
67+
command: config
68+
arguments: allow-plugins.cweagans/composer-patches true
69+
working_dir: "{{ deploy_path }}"
6570
- name: Install drush.
6671
community.general.composer:
6772
command: require

0 commit comments

Comments
 (0)