ok this had better work.. maybe.. the books says so.
This commit is contained in:
parent
6c8f110b5a
commit
1a80191e6f
1 changed files with 1 additions and 3 deletions
|
@ -18,10 +18,8 @@
|
|||
- packages
|
||||
|
||||
- name: install local nrpe check scripts that are not packaged
|
||||
vars:
|
||||
libdir: /usr/lib64
|
||||
|
||||
copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
|
||||
copy: src="scripts/{{ item }}" dest="{{ libdir | /usr/lib64 }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
|
||||
with_items:
|
||||
- check_postfix_queue
|
||||
- check_raid.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue