diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index bc59c12faa..6ff21f128f 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -104,6 +104,12 @@ regex: /updates/rss/rss2\.0 target: https://bodhi.fedoraproject.org/updates + - role: httpd/redirectmatch + name: 09-bodhi2-old-search-new-search + website: admin.fedoraproject.org + regex: /updates/search/(.+)$ + target: https://bodhi.fedoraproject.org/updates/?like=$1 + - role: httpd/redirectmatch name: 89-bodhi2-icon website: admin.fedoraproject.org