[people] Match *
We want to replace README*.
This commit is contained in:
parent
4028973849
commit
daf9655e63
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
- name: Allow README in directory listing
|
- name: Allow README in directory listing
|
||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: /etc/httpd/conf.d/autoindex.conf
|
path: /etc/httpd/conf.d/autoindex.conf
|
||||||
regexp: "(README^[*])"
|
regexp: "(README[*])"
|
||||||
replace: ""
|
replace: ""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue