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