From 146229ae13e9fc1fdee81e21d602cf5fbe5bca2c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 16 Oct 2025 16:38:33 -0700 Subject: [PATCH] proxies: coreos uses env_suffix for website name Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-redirects.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 481909d0da..e3dd81edbc 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -751,7 +751,7 @@ # coreos redirects - role: httpd/redirect shortname: 01-coreos - website: "coreos.fedoraproject.org" + website: "coreos{{ env_suffix }}.fedoraproject.org" path: / target: https://fedoraproject.org/coreos tags: @@ -760,7 +760,7 @@ - role: httpd/redirect shortname: 00-coreosfaq - website: "coreos.fedoraproject.org" + website: "coreos{{ env_suffix }}.fedoraproject.org" path: /blogs/faq.html target: https://docs.fedoraproject.org/en-US/fedora-coreos/faq tags: