handlers: add missing restart rsyslog handler

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-10-07 15:10:42 -07:00
commit ea19684eba

View file

@ -196,3 +196,6 @@
failed_when:
- zabbix_restart.failed
- "'Could not find' not in zabbix_restart.msg"
- name: Restart rsyslog
service: name=rsyslog state=restarted