mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Add waiverdb scope in stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
- account-scopes
|
- account-scopes
|
||||||
- mbs
|
- mbs
|
||||||
- beaker
|
- beaker
|
||||||
|
- waiverdb
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ global enabled=persona,openid,saml2,openidc
|
|||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
openidc enabled extensions=fedora-account,mbs,beaker
|
openidc enabled extensions=fedora-account,mbs,beaker
|
||||||
{% else %}
|
{% else %}
|
||||||
openidc enabled extensions=fedora-account,mbs,beaker
|
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user