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
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

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