Fix path to Matrix-Notify script

Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
Leo Puvilland 2023-12-20 10:23:37 -08:00
parent 41a20129d5
commit 11b56e8551
No known key found for this signature in database
GPG key ID: 20EA96682F9368EB

View file

@ -444,7 +444,7 @@
notify: restart nagios
- name: Copy Matrix-Notify script
template: src=scripts/matrix-notify.sh.j2 dest=/usr/local/bin/matrix-notify.sh mode=0700 owner=root group=root
template: src=nagios/scripts/matrix-notify.sh.j2 dest=/usr/local/bin/matrix-notify.sh mode=0700 owner=root group=root
tags:
- nagios_config
- nagios_server