Closed JaredRietdyk closed 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.
LGTM!
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.