geerlingguy / ansible-role-php-versions

Ansible Role - PHP Versions
https://galaxy.ansible.com/geerlingguy/php-versions/
MIT License
98 stars 73 forks source link

Added php 7.3 to list of version to purge #26

Closed JaredRietdyk closed 6 years ago

JaredRietdyk commented 6 years ago

This issue was found because one of the packages we were using had php 7.3 as a recommended package and the php_install_recommends flag was set to true in: https://github.com/geerlingguy/ansible-role-php/blob/master/defaults/main.yml#L11

There's probably a better way to purge unwanted versions in the future, as this would need to be updated for every PHP release.

geerlingguy commented 6 years ago

LGTM!