mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
add the cron too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user