Everything hates me
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
337597653d
commit
39e2f50025
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@
|
|||
- name: Create checkresults directory
|
||||
file: dest=/var/log/nagios/spool/checkresults state=directory group=nagios owner=nagios mode=0755
|
||||
|
||||
- name: Copy irc-colorize.py
|
||||
copy: src=irc-colorize.py dest=/usr/local/bin/irc-colorize.py mode=0755 group=root owner=root
|
||||
|
||||
- name: Copy check_nagios_notifications.py
|
||||
copy: src=check_nagios_notifications.py dest=/usr/local/bin/check_nagios_notifications.py mode=0755 group=root owner=root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue