From 72e38186de886443c2b5ec1e6bc87d4635bd0a11 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 29 May 2013 20:10:03 +0000 Subject: [PATCH] set perms on the fas-client cron job properly --- tasks/fas_client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fas_client.yml b/tasks/fas_client.yml index 2d92dd26e0..fda101a918 100644 --- a/tasks/fas_client.yml +++ b/tasks/fas_client.yml @@ -65,6 +65,6 @@ # - config - name: fas_client cron job - action: copy src=$files/fas-client/fas-client.cron dest=/etc/cron.d/fas-client owner=root mode=700 + action: copy src=$files/fas-client/fas-client.cron dest=/etc/cron.d/fas-client owner=root mode=644 tags: - config