Install the anitya backend cron job via ansible
This commit is contained in:
parent
c87e79b2d2
commit
ca1062c43e
1 changed files with 8 additions and 0 deletions
|
@ -102,3 +102,11 @@
|
||||||
- config
|
- config
|
||||||
- anitya_backend
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue