Skip to content

Commit

Permalink
Merge pull request #37 from idealista/develop
Browse files Browse the repository at this point in the history
Release 3.1.3
  • Loading branch information
emepege authored May 23, 2022
2 parents c3c5509 + 462ac0e commit c225414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c225414

Please sign in to comment.