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