geerlingguy / ansible-role-php-pecl

Ansible Role - PHP PECL extension
https://galaxy.ansible.com/geerlingguy/php-pecl/
MIT License
32 stars 37 forks source link

Debian 9 also uses php-pear as CentOS does #13

Closed ajardan closed 5 years ago

ajardan commented 5 years ago

Added a new var file and changed the way var files are imported to include the OS major version.

geerlingguy commented 5 years ago

@ajardan - Thanks! To finish this out (and make sure we don't introduce any bugs to Debian 9 users again...), can you add a debian9 entry to the test suite? https://github.com/geerlingguy/ansible-role-php-pecl/blob/master/.travis.yml#L8-L10

Right now the role doesn't do a Debian 9 test, but it would be good to do so.

ajardan commented 5 years ago

Now it seems like php_default_version_debian does not work well on Debian 9. I see a few solutions here:

geerlingguy commented 5 years ago

Thanks!

ajardan commented 5 years ago

Thank you for merging this !