mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 11:44:02 +08:00
Merge branch 'master' of /git/ansible
This commit is contained in:
@@ -27,7 +27,9 @@ AUTOAPPROVE_PKGERS = [
|
||||
|
||||
#### FAS group for the pkgdb admins
|
||||
{% if env == 'staging' %}
|
||||
ADMIN_GROUP = ['cvsadmin']
|
||||
# Factory 2 added to make it easier for us to create repos for the modularity
|
||||
# team. Only in staging. Feel free to remove!
|
||||
ADMIN_GROUP = ['cvsadmin', 'factory2']
|
||||
{% else %}
|
||||
ADMIN_GROUP = ['sysadmin-main', 'cvsadmin']
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user