diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 129c3a66fe..bf224fc102 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -353,6 +353,13 @@ target: https://alt.stg.fedoraproject.org/$1/cloud when: env == 'staging' + - role: httpd/redirectmatch + shortname: prerelease-to-final-alt-1 + website: alt.fedoraproject.org + regex: /prerelease.*$ + target: https://alt.stg.fedoraproject.org/$1 + when: env == 'staging' + # end staging - role: httpd/redirectmatch