mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
Fix missing variable
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"web": {
|
||||
"auth_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "{{ test_auth_oidc_client_id }}",
|
||||
"client_id": "test-auth",
|
||||
{% if env == 'staging' %}
|
||||
"client_secret": "{{ test_auth_stg_oidc_client_secret }}",
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user