zabbix: change zabbix-agent service to restarted

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan
2023-09-21 10:48:17 +01:00
parent afe4e0b224
commit 33293382fb

View File

@@ -18,7 +18,7 @@
- name: Ensuring Zabbix agent is started
ansible.builtin.service:
name: zabbix-agent
state: reloaded
state: restarted
enabled: True
tags:
zabbix-services