From c2f25426e891830f4295e8ac440d8df19ce66b69 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Jan 2026 14:46:16 -0800 Subject: [PATCH] Try and fix the qa redirect ugh, it's hard to understand this stuff. Signed-off-by: Adam Williamson --- playbooks/include/proxies-redirects.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 46cd5c7656..a14274da09 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -399,15 +399,7 @@ - role: httpd/redirect shortname: qa website: qa.fedoraproject.org - target: https://fedoraproject.org/wiki/QA - when: env != 'staging' - tags: - - qa - - - role: httpd/redirect - shortname: qa-stg - website: qa.stg.fedoraproject.org - target: https://stg.fedoraproject.org/wiki/QA + target: https://{{env_prefix}}fedoraproject.org/wiki/QA when: env == 'staging' tags: - qa