Add handlers pour php8.2
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Eric Morino 2023-02-13 10:27:49 +01:00
parent 33503e4538
commit 4f5e745310

View file

@ -29,3 +29,8 @@
service:
name: php8.1-fpm
state: restarted
- name: restart php8.2-fpm
service:
name: php8.2-fpm
state: restarted