Skip to content

Commit

Permalink
Merge pull request #96 from idealista/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
blalop authored Oct 16, 2023
2 parents 23967f5 + bd3eb26 commit 5efb72f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ tests/__pycache__
.molecule
.vagrant
.cache
settings.json
settings.json
.idea
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
## Unrealeased

## [4.5.3](https://github.com/idealista/mysql_role/tree/4.5.3)
[Full Changelog](https://github.com/idealista/mysql_role/compare/4.5.2...4.5.3)
### Fixed
- *[#94](https://github.com/idealista/mysql_role/issues/94) update cache when installing dependencies* @ablopez


## [4.5.2](https://github.com/idealista/mysql_role/tree/4.5.2)
[Full Changelog](https://github.com/idealista/mysql_role/compare/4.5.1...4.5.2)
Expand Down
1 change: 1 addition & 0 deletions tasks/install_mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
apt:
pkg: "{{ mysql_required_libs }}"
state: present
update_cache: true

- name: MySQL | Add Repo Key
apt_key:
Expand Down
1 change: 1 addition & 0 deletions tasks/install_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
apt:
pkg: "{{ mysql_required_libs }}"
state: present
update_cache: true

- name: MySQL | Set MySQL server version
debconf:
Expand Down

0 comments on commit 5efb72f

Please sign in to comment.