Skip to content

Commit

Permalink
Merge pull request #93 from idealista/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
xtianae7 authored Feb 9, 2023
2 parents 8be34b7 + c1292dd commit 23967f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.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)
### Fixed
- *[#91](https://github.com/idealista/mysql_role/issues/91) defaulted http_agent parameter to null when downloading MySQL config deb* @cardiente

## [4.5.1](https://github.com/idealista/mysql_role/tree/4.5.1)
[Full Changelog](https://github.com/idealista/mysql_role/compare/4.5.0...4.5.1)
### Fixed
Expand Down
3 changes: 2 additions & 1 deletion tasks/install_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
get_url:
url: "{{ mysql_deb_repo }}"
dest: /usr/src
validate_certs: "no"
validate_certs: false
http_agent: null

- name: MySQL | Install MySQL repo deb
apt:
Expand Down

0 comments on commit 23967f5

Please sign in to comment.