[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
|
||||
ansible.builtin.replace:
|
||||
path: /etc/httpd/conf.d/autoindex.conf
|
||||
regexp: "(README^[*])"
|
||||
regexp: "(README[*])"
|
||||
replace: ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue