Add handlers pour php8.2
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Eric Morino 2023-02-13 10:27:49 +01:00
parent 33503e4538
commit 4f5e745310
1 changed files with 5 additions and 0 deletions

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