Skip to content

Commit

Permalink
Merge pull request #156 from idealista/develop
Browse files Browse the repository at this point in the history
Prepare release 3.0.4
  • Loading branch information
antonioarenzanapulido authored Jul 15, 2022
2 parents cf453d1 + a15ada6 commit 2c9100e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/idealista/solr_role/tree/develop)
## [3.0.4](https://github.com/idealista/solr_role/tree/3.0.3) (2022-06-13)
### Fixed
- *[#154](https://github.com/idealista/solr_role/issues/154) fix task with tag solr_collections running on all hosts when the play set the batch size with serial 1* @ajiang

## [3.0.3](https://github.com/idealista/solr_role/tree/3.0.3) (2022-01-26)
### Added
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- name: Solr | Manage collections
import_tasks: collections.yml
when: solr_collections is defined and solr_collections|length > 0 and solr_mode == 'cloud'
when: solr_collections is defined and solr_collections|length > 0 and solr_mode == 'cloud' and ansible_play_hosts_all|length > 0 and inventory_hostname == ansible_play_hosts_all[0]
run_once: true
tags:
- solr_collections
Expand Down

0 comments on commit 2c9100e

Please sign in to comment.