diff --git a/roles/httpd/redirectmatch/tasks/main.yml b/roles/httpd/redirectmatch/tasks/main.yml index 169ee8984f..4f666dfefc 100644 --- a/roles/httpd/redirectmatch/tasks/main.yml +++ b/roles/httpd/redirectmatch/tasks/main.yml @@ -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: >