Move the qa-landingpage reverse proxy config removal

...we already have a better place to do this, it turns out.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2026-01-21 15:44:01 -08:00
parent 521897ede9
commit d76afa032b
2 changed files with 1 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
with_items:
- meetbot.fedoraproject.org/reversepassproxy.conf
- meetbot.fedoraproject.org/meetbot.conf
- qa.fedoraproject.org/qa-landingpage.conf
notify:
- Reload proxyhttpd
tags:

View File

@@ -24,12 +24,3 @@
- httpd
- httpd/reverseproxy
- httpd/reversepassproxy
- name: Remove qa-landingpage ProxyPassReverse (temporary)
ansible.builtin.file:
path: /etc/httpd/conf.d/qa.fedoraproject.org/qa-landingpage.conf
state: absent
tags:
- httpd
- httpd/reverseproxy
- httpd/reversepassproxy