Merge pull request 'The handler now really restarts the service.' (#6) from adellam/ansible-role-zabbix-agent:master into master

This commit is contained in:
Andrea Dell'Amico 2020-04-19 19:34:38 +02:00
commit 87d4a7ca4d
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