Ansible role to install PEAR and PEAR packages on a Debian-based system.
Example usage:
- role: php-pear
pear_channels:
- pear.phing.info
pear_packages:
- phing/phing
- HTTP_Request2
- pear_channels: The list of PEAR channels to discover.
- pear_packages: The list of PEAR packages to install.
Apache v2
Pierre Buyle [email protected]