mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
poddlers: Add ignored_groups
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
@@ -437,11 +437,13 @@ metrics-sig = 'metrics'
|
||||
|
||||
[consumer_config.clean_packagers_groups]
|
||||
watched_groups = ["packager"]
|
||||
ignored_groups = ["sysadmin-main", "cvsadmin"]
|
||||
{% if env == "staging" %}
|
||||
notify_emails = []
|
||||
notify_emails = ["lenkaseg@fedoraproject.org"]
|
||||
{% else %}
|
||||
notify_emails = [
|
||||
"lenkaseg@fedoraproject.org",
|
||||
"admin@fedoraproject.org",
|
||||
]
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user