From 3b5be9f5b677e6434c8802054e5de03f49cffe4d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 12 Apr 2013 17:51:07 +0000 Subject: [PATCH] Try using the cron module again. --- tasks/fas_client.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/fas_client.yml b/tasks/fas_client.yml index 2651822b4e..7b6fa52156 100644 --- a/tasks/fas_client.yml +++ b/tasks/fas_client.yml @@ -49,12 +49,12 @@ # setup /etc/cron.d/ file to run sync every 10min # TODO: use cron module when it's fixed # -#- name: fas_client cron job -# cron: name="fas client" user=root cron_file=fas-client minute="*/10" job="/usr/bin/fasClient -i" -# tags: -# - 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 + cron: name="fas client" user=root cron_file=fas-client minute="*/10" job="/usr/bin/fasClient -i" tags: - 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 +# tags: +# - config