diff --git a/playbooks/playbook.yaml b/playbooks/playbook.yaml index 2c3ff72..23db4e5 100644 --- a/playbooks/playbook.yaml +++ b/playbooks/playbook.yaml @@ -134,7 +134,7 @@ - name: Create Drupal project. community.general.composer: command: create-project - arguments: drupal/recommended-project:^9 "{{ drupal_core_path }}" + arguments: drupal/recommended-project:^10 "{{ drupal_core_path }}" working_dir: "{{ drupal_core_path }}" no_dev: true become_user: www-data @@ -151,7 +151,7 @@ - name: Add drush to the Drupal site with composer. community.general.composer: command: require - arguments: "drush/drush:^11" + arguments: "drush/drush" working_dir: "{{ drupal_core_path }}" become_user: www-data when: not drupal_composer_json.stat.exists