Skip to content

Commit

Permalink
Merge pull request #8 from idealista/develop
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
emepege authored Oct 14, 2021
2 parents f72fc70 + 8eb0784 commit 8339fa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Added
### Removed
### Fixed
## [1.0.2](https://github.com/idealista/proxysql_role/tree/1.0.2)
### Fixed
*[#6](https://github.com/idealista/proxysql_role/issues/6) [BUG] Wait until proxysql service is up* @emepege
## [1.0.1](https://github.com/idealista/proxysql_role/tree/1.0.1)
### Fixed
*[#3](https://github.com/idealista/proxysql_role/issues/3) [BUG] ProxySQL service should not be start immediately after package installation* @emepege
Expand Down
4 changes: 4 additions & 0 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
state: started
enabled: "{{ proxysql_service_enabled }}"
daemon_reload: true
register: proxysqlDetails
until: proxysqlDetails.status.ActiveState == "active"
retries: 15
delay: 10
tags:
- proxysql_configure

Expand Down

0 comments on commit 8339fa1

Please sign in to comment.