Fix path to Matrix-Notify script
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
41a20129d5
commit
11b56e8551
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue