Install the bodhi-dequeue-stable weekly cron job.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
5e6d8e074f
commit
f92e409f32
1 changed files with 13 additions and 0 deletions
|
@ -181,6 +181,19 @@
|
||||||
- bodhi
|
- bodhi
|
||||||
- cron
|
- 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
|
- name: put the koji sync listener script in place
|
||||||
copy:
|
copy:
|
||||||
src: koji-sync-listener.py
|
src: koji-sync-listener.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue