httpd / redirectmatch: directories should be 755
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
69e318a10a
commit
b0919a564e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
file:
|
file:
|
||||||
path: /etc/httpd/conf.d/{{website}}
|
path: /etc/httpd/conf.d/{{website}}
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0744'
|
mode: '0755'
|
||||||
|
|
||||||
- name: Copy over httpd redirectmatch file for {{shortname}}
|
- name: Copy over httpd redirectmatch file for {{shortname}}
|
||||||
template: >
|
template: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue