add the cron too

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-18 17:55:34 +00:00
parent 85deb07233
commit a234d40e81

View file

@ -39,3 +39,11 @@
- review-stats
- review-stats/build
- name: Install the review-stats cronjob
copy: >
src=review-stats.cron dest=/etc/cron.d/review-stats.cron
owner=root group=root mode=0644
tags:
- cron
- review-stats
- review-stats/build