From 385acb276e30b9e32cc19e01d0eeb08942e929e0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Nov 2020 18:30:34 -0800 Subject: [PATCH] proxies /redirects: don't use env here The site is the prod name, with an alias for the stg host. No need to try and install into a stg site when it doesn't exist. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-redirects.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 5a91c3b233..73b8277818 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -810,7 +810,7 @@ # iot redirect - role: httpd/redirect shortname: 01-iot - website: "iot{{ env_suffix }}.fedoraproject.org" + website: "iot.fedoraproject.org" path: / target: https://getfedora.org/iot/ tags: @@ -819,7 +819,7 @@ # coreos redirects - role: httpd/redirect shortname: 01-coreos - website: "coreos{{ env_suffix }}.fedoraproject.org" + website: "coreos.fedoraproject.org" path: / target: https://getfedora.org/coreos/ tags: @@ -827,7 +827,7 @@ - role: httpd/redirect shortname: 00-coreosfaq - website: "coreos{{ env_suffix }}.fedoraproject.org" + website: "coreos.fedoraproject.org" path: /blogs/faq.html target: https://docs.fedoraproject.org/en-US/fedora-coreos/faq/ tags: