diff --git a/inventory/vagrant/group_vars/webserver/drupal.yml b/inventory/vagrant/group_vars/webserver/drupal.yml index a12a2d3e..87afc847 100644 --- a/inventory/vagrant/group_vars/webserver/drupal.yml +++ b/inventory/vagrant/group_vars/webserver/drupal.yml @@ -4,6 +4,7 @@ drupal_build_composer_project: true drupal_composer_install_dir: /var/www/html/drupal drupal_core_owner: "{{ ansible_user }}" drupal_composer_dependencies: + - "zaporylie/composer-drupal-optimizations:^1.0" - "drupal/console:~1.0" - "drupal/devel:^1.0@beta" - "drupal/rdfui:1.x-dev"