We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cade932 + 239dce4 commit 6169dd2Copy full SHA for 6169dd2
inventory/vagrant/group_vars/solr.yml
@@ -1,4 +1,4 @@
1
-solr_version: "8.11.1"
+solr_version: "8.11.2"
2
3
solr_cores:
4
- ISLANDORA
roles/internal/webserver-app/tasks/solr.yml
@@ -15,6 +15,6 @@
15
16
- name: Create SOLR config.zip
17
command:
18
- cmd: "{{ drush_path }} --root {{ drupal_core_path }} -y solr-gsc default_solr_server solr_config.zip 7.1"
+ cmd: "{{ drush_path }} --root {{ drupal_core_path }} -y solr-gsc default_solr_server solr_config.zip {{ solr_version }}"
19
chdir: "{{ drupal_core_path }}"
20
0 commit comments