mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
packager_alias: run every other hour as it's taking more than an hour now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
- packager_alias
|
||||
|
||||
- name: Configure cron to generate the <pkg>-owner email alias
|
||||
cron: name="package-owner-aliases" minute="49" user="root"
|
||||
cron: name="package-owner-aliases" minute="49" user="root" hour="*/2"
|
||||
job="/usr/local/bin/lock-wrapper package-owner-aliases /usr/local/bin/package-owner-aliases.sh"
|
||||
cron_file=package-owner-aliases
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user