zabbix: modify startservices task to restart zabbix server

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2023-09-21 10:22:27 +01:00
parent 0920e7ae47
commit 92bd0c9cd4
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -26,7 +26,7 @@
- name: Ensuring nginx server is started
ansible.builtin.service:
name: nginx
state: reloaded
state: restarted
enabled: True
tags:
zabbix-services