Set correct mode/ownership

This commit is contained in:
Kevin Fenzi 2013-06-17 21:26:12 +00:00
parent 7ef93ded5d
commit 96ce778a87

View file

@ -18,7 +18,7 @@
- packages
- 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:
- check_postfix_queue
- check_raid.py