From 7ce508b684b8deaaf658dc9fb61473e717271ed5 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 2 Jun 2020 18:38:52 +0100 Subject: [PATCH] Fix handler name --- roles/mail/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mail/handlers/main.yml b/roles/mail/handlers/main.yml index 4e65e384..85e6e176 100644 --- a/roles/mail/handlers/main.yml +++ b/roles/mail/handlers/main.yml @@ -62,7 +62,7 @@ enabled: yes masked: no -- name: reload postfix-policyd-proxy +- name: restart postfix-policyd-proxy systemd: name: postfix-policyd-proxy.service state: restarted -- GitLab