From 0a7262081a2d3b8efb63ec7ec767091f03dcdcb9 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Wed, 16 Oct 2019 15:17:35 +0200 Subject: [PATCH] php: add missing handler for php7.3-fpm --- CHANGELOG.md | 1 + php/handlers/main.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc49e04..b119c83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The **patch** part changes incrementally at each release. * roundcube: fix typo for roundcube vhost * tomcat: fix typo for default tomcat_version * evoadmin-web: Put the php config at the right place for Buster +* php: add missing handler for php7.3-fpm ### Security diff --git a/php/handlers/main.yml b/php/handlers/main.yml index 63a3e0a6..1aade6c1 100644 --- a/php/handlers/main.yml +++ b/php/handlers/main.yml @@ -9,3 +9,8 @@ service: name: php7.0-fpm state: restarted + +- name: restart php7.3-fpm + service: + name: php7.3-fpm + state: restarted