Set correct mode/ownership
This commit is contained in:
parent
7ef93ded5d
commit
96ce778a87
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: install local nrpe check scripts that are not packaged
|
- name: install local nrpe check scripts that are not packaged
|
||||||
copy: src=$files/nagios/client/scripts/$item dest=/usr/lib64/nagios/plugins/$item
|
copy: src=$files/nagios/client/scripts/$item dest=/usr/lib64/nagios/plugins/$item mode=0755 owner=nagios group=nagios
|
||||||
with_items:
|
with_items:
|
||||||
- check_postfix_queue
|
- check_postfix_queue
|
||||||
- check_raid.py
|
- check_raid.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue