geerlingguy / ansible-role-php

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

Added possibility to choose if php-fpm is restarted or reloaded. #300

Closed rsicart closed 4 years ago

rsicart commented 4 years ago

In production systems, it is sometimes better to reload FPM instead of restarting. This commit allows users to manage restart or reload of php-fpm service, but keeps restarting by default.

Co-authored-by: Julien LE SAUX julien.le.saux@fr.clara.net

ncharlot commented 4 years ago

Was looking for this feature.

rsicart commented 4 years ago

@geerlingguy do you have some kind of roadmap to share about this role? I ask to have more visibility about PR reviews and the future of this repo. Thanks!

geerlingguy commented 4 years ago

Thanks! This is available in 4.3.0 now.

rsicart commented 4 years ago

Happy to contribute! :)