mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
koji: Drop legacy mash.conf for httpd
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Alias /mash /mnt/koji/mash/
|
||||
<Location /mash>
|
||||
Options Indexes
|
||||
Require all granted
|
||||
</Location>
|
||||
@@ -308,7 +308,6 @@
|
||||
- name: Koji web common config files
|
||||
ansible.builtin.copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root
|
||||
with_items:
|
||||
- mash.conf
|
||||
- rel-eng.conf
|
||||
- repo.conf
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user