Skip to content

Commit

Permalink
Compatibility fix for Ansible, plus bump 9.x to 9.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 21, 2024
1 parent bd67e4e commit b15b3b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project is composed of three main parts:

Currently maintained versions include:

- `9.x`, `9.2.1`, `latest`: Apache Solr 9.x
- `9.x`, `9.4.1`, `latest`: Apache Solr 9.x
- `8.x`, `8.11.2`: Apache Solr 8.x
- `7.x`, `7.7.3`: Apache Solr 7.x

Expand Down
2 changes: 1 addition & 1 deletion roles/setup/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:

license: MIT

min_ansible_version: 2.2
min_ansible_version: 2.10
min_ansible_container_version: 0.9.2

platforms:
Expand Down
2 changes: 1 addition & 1 deletion roles/setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- name: Ensure ps is installed.
apt: name=procps state=present

- include: install-5-prep.yml
- include_tasks: install-5-prep.yml
when:
- solr_version is version_compare('6.0.0', '<')
- solr_version is version_compare('4.99.99', '>')
2 changes: 1 addition & 1 deletion vars/9.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ java_packages:

solr_remove_cruft: true

solr_version: "9.4.0"
solr_version: "9.4.1"
# TODO: See https://github.com/geerlingguy/ansible-role-solr/issues/132
solr_cores: ~

Expand Down

0 comments on commit b15b3b5

Please sign in to comment.