The handler now really restarts the service. #6

Merged
adellam merged 1 commits from adellam/ansible-role-zabbix-agent:master into master 2020-04-19 19:34:39 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
---
- name: restart zabbix-agent
service: name=zabbix-agent state=started enabled=yes
service: name=zabbix-agent state=restarted enabled=yes