[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:
parent
bddfb304ba
commit
d3ab813d29
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue