Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 3ff9cb3

Browse files
committed
Fixes #1875: Revert geerlingguy.drupal role to previous state so this branch is mergeable.
1 parent ce6113f commit 3ff9cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioning/roles/geerlingguy.drupal/tasks/build-composer-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- name: Install dependencies with composer require (this may take a while).
3636
composer:
3737
command: require
38-
arguments: "{{ item }} -vv --profile"
38+
arguments: "{{ item }}"
3939
working_dir: "{{ drupal_composer_install_dir }}"
4040
with_items: "{{ drupal_composer_dependencies|default([]) }}"
4141
become: false

0 commit comments

Comments
 (0)