mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Give factory2 rights on pkgdb2 in staging only.
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