roles/php-fpm: add support for PHP 8.2

This is used in Debian 12.
This commit is contained in:
2023-08-23 20:56:35 +03:00
parent 8f50b7756b
commit d3bf3dab04
5 changed files with 2537 additions and 0 deletions

View File

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