From 54e7ff7c72e08292f1baf8d80e1950ccddd2835e Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Mon, 20 Nov 2023 17:41:55 +0100 Subject: [PATCH] waiverdb: Fix variable usage --- inventory/group_vars/waiverdb | 2 -- playbooks/openshift-apps/waiverdb.yml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/waiverdb b/inventory/group_vars/waiverdb index 7bc19a1397..07a8272ff6 100644 --- a/inventory/group_vars/waiverdb +++ b/inventory/group_vars/waiverdb @@ -7,5 +7,3 @@ fedmsg_certs: - logger.log - waiverdb.waiver.new service: waiverdb - -waiverdb_oidc_overwrite_redirect_uri: https://waiverdb{{ env_suffix }}.fedoraproject.org/oidc_callback diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml index 98f6cfb9e7..4c950b22cc 100644 --- a/playbooks/openshift-apps/waiverdb.yml +++ b/playbooks/openshift-apps/waiverdb.yml @@ -30,6 +30,9 @@ hosts: os_control[0]:os_control_stg[0] user: root gather_facts: False + vars: + waiverdb_oidc_overwrite_redirect_uri: >- + https://waiverdb{{ env_suffix }}.fedoraproject.org/oidc_callback vars_files: - /srv/web/infra/ansible/vars/global.yml