From 40ce0076dbcab0b4756ad37cd48997219eb3c85a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 21 Nov 2016 18:06:33 +0000 Subject: [PATCH] add cloud to atomic download redirect for stg --- playbooks/include/proxies-redirects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 54b1f6802f..fea2275801 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -305,6 +305,13 @@ target: https://stg.getfedora.org/atomic/$1 when: env == 'staging' + - role: httpd/redirectmatch + name: cloud-to-atomic-download + website: getfedora.org + regex: /.*/cloud/download.*$ + target: https://stg.getfedora.org/$1/atomic/download + when: env == 'staging' + # end staging # - role: httpd/redirectmatch