From b0919a564e3ba620a8bc44468b449973c41fa825 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 6 Feb 2021 10:19:33 -0800 Subject: [PATCH] httpd / redirectmatch: directories should be 755 Signed-off-by: Kevin Fenzi --- roles/httpd/redirectmatch/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: >