mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
And a redirect for the api_version endpoint.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user