mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Correct syntax error in nagios role
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
committed by
Ryan Lerch
parent
5aafc6a1d2
commit
48d7982ebf
@@ -154,8 +154,7 @@
|
||||
notify: restart nagios
|
||||
|
||||
- name: Copy Matrix-Notify script
|
||||
copy: src=scripts/matrix-notify.sh dest=/usr/local/bin/
|
||||
mode: '700'
|
||||
copy: src=scripts/matrix-notify.sh dest=/usr/local/bin/ mode=0700 owner=root group=root
|
||||
tags:
|
||||
- nagios_config
|
||||
- nagios_server
|
||||
|
||||
Reference in New Issue
Block a user