From ac645625642e334ee65e96781e1c6e233998a960 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2014 19:02:03 +0000 Subject: [PATCH] Fix another task with 2 items in it. --- roles/git/make_checkout_seed/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/git/make_checkout_seed/tasks/main.yml b/roles/git/make_checkout_seed/tasks/main.yml index 86a35bdeb9..747d5f48d2 100644 --- a/roles/git/make_checkout_seed/tasks/main.yml +++ b/roles/git/make_checkout_seed/tasks/main.yml @@ -6,6 +6,8 @@ - name: install the script and schedule its execution copy: src=make-git-checkout-seed.sh dest=/usr/local/bin/make-git-checkout-seed.sh mode=0755 + +- name: install cron job. cron: > name="make-git-checkout-seed" cron_file="ansible-make-git-checkout-seed" minute=0 hour=2