nagios matrix notify: use full filename for script in role
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
48d7982ebf
commit
05bff0da9f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
||||||
notify: restart nagios
|
notify: restart nagios
|
||||||
|
|
||||||
- name: Copy Matrix-Notify script
|
- name: Copy Matrix-Notify script
|
||||||
copy: src=scripts/matrix-notify.sh dest=/usr/local/bin/ mode=0700 owner=root group=root
|
copy: src=scripts/matrix-notify.sh dest=/usr/local/bin/matrix-notify.sh mode=0700 owner=root group=root
|
||||||
tags:
|
tags:
|
||||||
- nagios_config
|
- nagios_config
|
||||||
- nagios_server
|
- nagios_server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue