From 69907dd4fb63d7b2dd13c410eab5755330b5726d Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 26 Oct 2021 01:10:57 -0500 Subject: [PATCH] Fix disk storage location permissions for mod_md --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 10bfa0d..235ca13 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -132,7 +132,7 @@ - http_vhost is defined - http_vhost is iterable ansible.builtin.file: - group: 'root' + group: 'apache' owner: 'root' mode: '0770' path: '/etc/httpd/md'