Install the bodhi-dequeue-stable weekly cron job.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-10-05 14:15:22 +00:00
parent 5e6d8e074f
commit f92e409f32

View file

@ -181,6 +181,19 @@
- bodhi
- cron
- name: Install weekly bodhi-dequeue-stable cron job that moves updates from batched to stable
cron:
name: "bodhi-dequeue-stable"
minute: "0"
hour: "3"
weekday: "2"
job: "/usr/bin/bodhi-dequeue-stable"
user: "apache"
when: inventory_hostname.startswith('bodhi-backend01')
tags:
- bodhi
- cron
- name: put the koji sync listener script in place
copy:
src: koji-sync-listener.py