Move alt fullfiletimelist update to hourly.

This commit is contained in:
Kevin Fenzi 2016-05-21 16:45:46 +00:00
parent 83f1469169
commit 35eb61f497

View file

@ -66,7 +66,7 @@
copy: src="{{ files }}/scripts/update-fullfiletimelist" dest=/usr/local/bin/update-fullfiletimelist mode=0755
- name: Update fullfiletimelist job
cron: name="update-fullfiletimelist" hour="*/6" minute="55" user="root"
cron: name="update-fullfiletimelist" hour="*" minute="55" user="root"
job="/usr/local/bin/lock-wrapper update-fullfiletimelist '/usr/local/bin/update-fullfiletimelist alt'"
cron_file=update-fullfiletimelist