Correct syntax error in nagios role

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Leo Puvilland 2023-12-19 10:05:47 +10:00 committed by Ryan Lerch
parent 5aafc6a1d2
commit 48d7982ebf

View file

@ -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