update the sync cron job for fedora
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
2cbc7a3c04
commit
42a9d51dfe
1 changed files with 3 additions and 3 deletions
|
@ -197,10 +197,10 @@
|
|||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji (f21)
|
||||
- name: sync packages from pkgdb2 to koji fedora
|
||||
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb f21"
|
||||
cron_file=update-koji-owner-f21
|
||||
job="/usr/local/bin/owner-sync-pkgdb f22"
|
||||
cron_file=update-koji-owner-fedora
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
tags:
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue