bodhi: Add a bodhi-expire-overrides cron job
This commit is contained in:
parent
6eb929bd59
commit
e7dad78a46
1 changed files with 9 additions and 0 deletions
|
@ -275,6 +275,15 @@
|
|||
- bodhi
|
||||
- cron
|
||||
|
||||
- name: bodhi-expire-overrides cron job.
|
||||
cron: name="bodhi-expire-overrides" hour="*" minute=0 user="masher"
|
||||
job="/usr/bin/bodhi-expire-overrides /etc/bodhi/production.ini"
|
||||
cron_file=bodhi-expire-overrides-job
|
||||
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
- cron
|
||||
|
||||
- name: have the masher own the bodhi config
|
||||
file: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue