[people] Allow README file in directory listing

Currently the README is filtered out from directory listing in fedorapeople.
This commit should allow it again.

See https://pagure.io/fedora-infrastructure/issue/11553 for more info.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2023-10-03 12:41:27 +02:00
parent bddfb304ba
commit d3ab813d29

View file

@ -37,6 +37,13 @@
tags:
- people
- name: Allow README in directory listing
ansible.builtin.replace:
path: /etc/httpd/conf.d/autoindex.conf
regexp: "(README^[*])"
replace: ""
- name: Install haveged for entropy
package: name=haveged state=present
tags: