From b4ace88afd2539f4302ec0e8efa73bb25b846d83 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 12 Apr 2013 17:52:33 +0000 Subject: [PATCH] Switch back to a file for cron job. --- 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 7b6fa52156..1cd53e13ae 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