Install the anitya backend cron job via ansible

This commit is contained in:
Pierre-Yves Chibon 2014-10-01 17:47:28 +02:00
parent c87e79b2d2
commit ca1062c43e

View file

@ -102,3 +102,11 @@
- config
- anitya_backend
- name: Install the cron job
template: src={{ item.file }}
dest={{ item.location }}/{{ item.file }}
with_items:
- { file: 'anitya.cron', location: /etc/cron.d }
tags:
- config
- anitya_backend