From 4f5e745310a13f9c9c49550922b2904f3400ec00 Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Mon, 13 Feb 2023 10:27:49 +0100 Subject: [PATCH] Add handlers pour php8.2 --- php/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php/handlers/main.yml b/php/handlers/main.yml index 0b372db7..206eab3a 100644 --- a/php/handlers/main.yml +++ b/php/handlers/main.yml @@ -29,3 +29,8 @@ service: name: php8.1-fpm state: restarted + +- name: restart php8.2-fpm + service: + name: php8.2-fpm + state: restarted