Skip to content

Commit

Permalink
Fix broken update process from all-in-one (#204)
Browse files Browse the repository at this point in the history
* Allow clean ansible update to all-in-one.

* Fix composer option.
  • Loading branch information
alxp authored Oct 19, 2021
1 parent d7870f4 commit fd40a88
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions inventory/vagrant/group_vars/webserver/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ drupal_composer_dependencies:
- "drupal/rest_oai_pmh:^1.0@beta"
- "drupal/transliterate_filenames:^1.3"
- "easyrdf/easyrdf:^1.1"
- "drupal/features:^3.11"
- "drupal/jwt:^1.0@beta"
- "drupal/flysystem:^2.0@alpha"
- "drupal/context:^4.0@beta"
- "islandora/controlled_access_terms:^2"
- "islandora/islandora_defaults:^2"
- "--with-all-dependencies islandora/islandora_defaults:^2 islandora/openseadragon:^2 islandora/controlled_access_terms:^2"
- "islandora-rdm/islandora_fits:dev-8.x-1.x"
drupal_composer_project_package: "drupal/recommended-project:^9.1"
drupal_composer_project_options: "--prefer-dist --stability dev --no-interaction"
Expand All @@ -46,7 +42,6 @@ drupal_enable_modules:
- rest
- restui
- devel
- features
- search_api_solr
- facets
- content_browser
Expand Down

0 comments on commit fd40a88

Please sign in to comment.