zabbix: modify startservices task to restart zabbix server
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
0920e7ae47
commit
92bd0c9cd4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
- name: Ensuring nginx server is started
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
state: restarted
|
||||
enabled: True
|
||||
tags:
|
||||
zabbix-services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue