httpd / redirectmatch: directories should be 755

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-02-06 10:19:33 -08:00
parent 69e318a10a
commit b0919a564e

View file

@ -11,7 +11,7 @@
file:
path: /etc/httpd/conf.d/{{website}}
state: directory
mode: '0744'
mode: '0755'
- name: Copy over httpd redirectmatch file for {{shortname}}
template: >