diff --git a/RELEASE b/RELEASE index 130ec84..bc8b5f8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,2 +1,2 @@ -1.2.1 -Fix docker ps --quiet and --format use (#120) +1.2.2 +Releasing new Drupal templates. diff --git a/package.json b/package.json index 47b098e..c2d5465 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ce-dev", "description": "Local Stack wrapper tool", - "version": "1.2.1", + "version": "1.2.2", "author": " @pm98zz-c", "bin": { "ce-dev": "./bin/run" diff --git a/templates/localgov/ce-dev/ansible/deploy.yml.j2 b/templates/localgov/ce-dev/ansible/deploy.yml.j2 index 0b7c0b0..cce88a9 100644 --- a/templates/localgov/ce-dev/ansible/deploy.yml.j2 +++ b/templates/localgov/ce-dev/ansible/deploy.yml.j2 @@ -62,6 +62,11 @@ command: config arguments: allow-plugins.dealerdirect/phpcodesniffer-composer-installer true working_dir: "{{ deploy_path }}" + - name: Adding cweagans/composer-patches plugin to composer config. + community.general.composer: + command: config + arguments: allow-plugins.cweagans/composer-patches true + working_dir: "{{ deploy_path }}" - name: Install drush. community.general.composer: command: require