zabbix: change zabbix-agent service to restarted
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
afe4e0b224
commit
33293382fb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
- name: Ensuring Zabbix agent is started
|
- name: Ensuring Zabbix agent is started
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: zabbix-agent
|
name: zabbix-agent
|
||||||
state: reloaded
|
state: restarted
|
||||||
enabled: True
|
enabled: True
|
||||||
tags:
|
tags:
|
||||||
zabbix-services
|
zabbix-services
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue