Alan Orth
9675542f7d
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.
11 lines
215 B
YAML
11 lines
215 B
YAML
---
|
|
# For Ubuntu 16.04 and Debian 9
|
|
- 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:
|