roles/php-fpm: Support php-fpm 7.2 on Ubuntu 18.04

Adds a separate handler for the php-fpm7.2 service and cleans up the
pool config file to remove some content that causes Jinja2 to choke.
This commit is contained in:
2018-03-18 22:26:46 +02:00
parent 975a4d3f28
commit 9675542f7d
4 changed files with 43 additions and 4 deletions

View File

@ -3,4 +3,8 @@
- name: reload php7.0-fpm
systemd: name=php7.0-fpm state=reloaded
# For Ubuntu 18.04
- name: reload php7.2-fpm
systemd: name=php7.2-fpm state=reloaded
# vim: set ts=2 sw=2: