diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 1bb048dc4a..c95b6644b8 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -91,6 +91,13 @@ target: https://bodhi.stg.fedoraproject.org/updates/new when: env == 'staging' + - role: httpd/redirectmatch + name: 05-bodhi2-api-version + website: admin.fedoraproject.org + regex: /updates/api_version$ + target: https://bodhi.stg.fedoraproject.org/api_version + when: env == 'staging' + - role: httpd/redirectmatch name: 90-bodhi2-cutover-updates website: admin.fedoraproject.org