Skip to content

Commit

Permalink
Merge pull request #125 from idealista/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sorobon authored Aug 10, 2020
2 parents c7b1b8b + 7bbf77f commit 8f40d56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/idealista/solrcloud_role/tree/develop)

## [2.5.1](https://github.com/idealista/solrcloud_role/tree/2.5.1) (2020-08-10)
### Fixed
- *[#123] Notify when external libs added* @sorobon

## [2.5.0](https://github.com/idealista/solrcloud_role/tree/2.5.0) (2020-06-02)
### Added
- *[#112](https://github.com/idealista/solrcloud_role/issues/112) Support for package management* @sorobon
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

## General
solr_version: 8.5.2
solr_version: 8.6.0
solrcloud_install: true

## Service options
Expand Down
1 change: 1 addition & 0 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
dest: "{{ solr_external_libraries_destination_path }}"
mode: 0644
with_items: "{{ solr_external_libraries }}"
notify: restart SolrCloud
when: solr_external_libraries is defined and solr_external_libraries|length > 0

- name: SolrCloud | Force handlers
Expand Down

0 comments on commit 8f40d56

Please sign in to comment.