mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Try and fix the qa redirect
ugh, it's hard to understand this stuff. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -399,15 +399,7 @@
|
||||
- role: httpd/redirect
|
||||
shortname: qa
|
||||
website: qa.fedoraproject.org
|
||||
target: https://fedoraproject.org/wiki/QA
|
||||
when: env != 'staging'
|
||||
tags:
|
||||
- qa
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: qa-stg
|
||||
website: qa.stg.fedoraproject.org
|
||||
target: https://stg.fedoraproject.org/wiki/QA
|
||||
target: https://{{env_prefix}}fedoraproject.org/wiki/QA
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
- qa
|
||||
|
||||
Reference in New Issue
Block a user