roles/php-fpm: Update for PHP 7.3 in Debian 10

This commit is contained in:
2019-07-06 21:04:04 +03:00
parent 5fe583541a
commit 460c1df65b
5 changed files with 2424 additions and 0 deletions

View File

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