Skip to content

Commit 6169dd2

Browse files
authored
Merge pull request #219 from Islandora-Devops/solr_version
Remove hard-coded Solr version when generating Drupal solr config.
2 parents cade932 + 239dce4 commit 6169dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventory/vagrant/group_vars/solr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
solr_version: "8.11.1"
1+
solr_version: "8.11.2"
22

33
solr_cores:
44
- ISLANDORA

roles/internal/webserver-app/tasks/solr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
- name: Create SOLR config.zip
1717
command:
18-
cmd: "{{ drush_path }} --root {{ drupal_core_path }} -y solr-gsc default_solr_server solr_config.zip 7.1"
18+
cmd: "{{ drush_path }} --root {{ drupal_core_path }} -y solr-gsc default_solr_server solr_config.zip {{ solr_version }}"
1919
chdir: "{{ drupal_core_path }}"
2020

0 commit comments

Comments
 (0)