Files
zabbix-agent/handlers/main.yml
2019-12-19 20:36:21 +01:00

7 lines
137 B
YAML
Executable File

---
# handlers file for zabbix-agent
- name: zabbix-agent restart
systemd:
name: zabbix-agent
state: restarted
enabled: yes