Fix task that was trying to do two things at once.

This commit is contained in:
Kevin Fenzi 2014-08-26 19:00:19 +00:00
parent f87ee34580
commit 1109cae012

View file

@ -3,6 +3,8 @@
- name: install the script and schedule its execution
copy: src=make-cgit-pkgs-list.sh dest=/usr/local/bin/make-cgit-pkgs-list.sh mode=0755
- name: install the cron job
cron: >
name="make-cgit-pkgs-list" cron_file="ansible-make-cgit-pkgs-list"
minute=*/10