diff --git a/CHANGELOG.md b/CHANGELOG.md index 818fe4e..dbf9af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Added ### Removed ### Changed +### Fixed + +## [3.1.2](https://github.com/idealista/php_role/tree/3.1.3) (2022-05-23) +## [Full Changelog](https://github.com/idealista/php_role/compare/3.1.2...3.1.3) +### Fixed +- *[#35](https://github.com/idealista/php_role/issues/35) [BUG] php_reinstall flag is not working properly* @emepege ## [3.1.2](https://github.com/idealista/php_role/tree/3.1.2) (2022-05-12) ## [Full Changelog](https://github.com/idealista/php_role/compare/3.1.1...3.1.2) diff --git a/tasks/install.yml b/tasks/install.yml index 2115d38..8c05fa4 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -18,7 +18,6 @@ - name: PHP | Download PHP source files command: "curl {{ php_download_url }} -L -o /tmp/php-{{ php_version }}.tar.gz" - when: not php_installed or php_change_version tags: skip_ansible_lint # using curl as get_url receives 503 error - see https://github.com/idealista/php_role/issues/26