Put grab daily logs in the right place

This commit is contained in:
Kevin Fenzi 2015-07-22 20:04:48 +00:00
parent 078110006b
commit 464fcedf8e

View file

@ -184,6 +184,6 @@
- people
- name: setup cron job to gather download stats
copy: src=grab-daily-logs.cron dest=/etc/cron.d/grab-daily-logs mode=0644
copy: src=grab-daily-logs.cron dest=/etc/cron.daily/grab-daily-logs mode=0755
tags:
- people