geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 441 forks source link

PHP FPM pool config file is unmanaged when installing from package repos #316

Closed porcospino closed 3 years ago

porcospino commented 4 years ago

If PHP-FPM is installed from a package, the default pool configuration file will already exist. For example, on a Red Hat-based system, this will be

/etc/php-fpm.d/www.conf

I want to manage this file using the php_fpm_ variables I can set when using this role. But templates/www.conf.j2 is never used, because force has been set to false

https://github.com/geerlingguy/ansible-role-php/blob/4df8f4b1dd099a825d06dfcd97bce3be08de9435/tasks/configure-fpm.yml#L43

porcospino commented 4 years ago

Ugh a duplicate of #311 Sorry

stale[bot] commented 3 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 3 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.