Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit b143e4d

Browse files
authored
Statically set drush version 10 for drupal8 (#60)
1 parent 162a981 commit b143e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
force: false
4545
- name: Install drush.
4646
command:
47-
cmd: composer require drush/drush
47+
cmd: composer require drush/drush "^10.6.2"
4848
chdir: "{{ deploy_path }}"
4949
roles:
5050
- _init # Sets some variables the deploy scripts rely on.

0 commit comments

Comments
 (0)