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

Allow php-pecl to be installed by this role #10

Closed geerlingguy closed 7 years ago

geerlingguy commented 7 years ago

If you don't have php-pecl installed as part of your upstream PHP installation, this role will fail, since it presumes pecl is already present. Instead of assuming that, it would be nice to have an option to have this role install the pecl package itself.

See related: https://github.com/geerlingguy/drupal-vm/issues/1462

killua-eu commented 7 years ago

Oh, sorry, I missed that, thanks for the explanation!