From 96ce778a87efad78ff40dc07f3c5e408b61d9e6e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Jun 2013 21:26:12 +0000 Subject: [PATCH] Set correct mode/ownership --- tasks/nagios_client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nagios_client.yml b/tasks/nagios_client.yml index 21cd848a5c..12c9f036d6 100644 --- a/tasks/nagios_client.yml +++ b/tasks/nagios_client.yml @@ -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