[people] Match *

We want to replace README*.
This commit is contained in:
Michal Konecny 2023-10-03 14:58:49 +02:00
parent 4028973849
commit daf9655e63

View file

@ -40,7 +40,7 @@
- name: Allow README in directory listing
ansible.builtin.replace:
path: /etc/httpd/conf.d/autoindex.conf
regexp: "(README^[*])"
regexp: "(README[*])"
replace: ""