diff --git a/inventory/vagrant/group_vars/webserver/drupal.yml b/inventory/vagrant/group_vars/webserver/drupal.yml index 0a9aabdf..b055a656 100644 --- a/inventory/vagrant/group_vars/webserver/drupal.yml +++ b/inventory/vagrant/group_vars/webserver/drupal.yml @@ -25,10 +25,4 @@ drupal_public_filesystem: "{{ drupal_core_path }}/sites/default/files" drupal_external_libraries_directory: "{{ drupal_core_path }}/libraries" fedora_base_url: "http://{{ hostvars[groups['tomcat'][0]].ansible_host }}:8080/fcrepo/rest/" drupal_jsonld_remove_format: true -drupal_gemini_pseudo_bundles: - - islandora_object:node - - image:media - - file:media - - audio:media - - video:media openseadragon_composer_item: "islandora/openseadragon:^2" diff --git a/post-install.yml b/post-install.yml index d7b15837..9105689f 100644 --- a/post-install.yml +++ b/post-install.yml @@ -46,10 +46,6 @@ - name: Set JSONLD Config command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml jsonld.settings remove_jsonld_format {{ drupal_jsonld_remove_format }}" - - name: Set pseudo field bundles - command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml islandora.settings gemini_pseudo_bundles.{{ item.0 }} {{ item.1 }}" - with_indexed_items: "{{ drupal_gemini_pseudo_bundles }}" - - name: Set media urls command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml media.settings standalone_url true"