From a2b3ee13fabebd6e3a3f03cc3f68a493b97db4c7 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 19 Apr 2020 19:33:38 +0200 Subject: [PATCH] The handler now really restarts the service. --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index aa142dd..0e65a01 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,3 +1,3 @@ --- - name: restart zabbix-agent - service: name=zabbix-agent state=started enabled=yes + service: name=zabbix-agent state=restarted enabled=yes