php: add restart handler for php8.1-fpm

This commit is contained in:
Jérémy Lecour 2022-11-06 15:27:49 +01:00 committed by Jérémy Lecour
parent faeb92230b
commit 9d120ee958
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@
service:
name: php7.4-fpm
state: restarted
- name: restart php8.1-fpm
service:
name: php8.1-fpm
state: restarted