Fix disk storage location permissions for mod_md

This commit is contained in:
Jason Rothstein 2021-10-26 01:10:57 -05:00
parent 63a6c56919
commit 69907dd4fb

View File

@ -132,7 +132,7 @@
- http_vhost is defined - http_vhost is defined
- http_vhost is iterable - http_vhost is iterable
ansible.builtin.file: ansible.builtin.file:
group: 'root' group: 'apache'
owner: 'root' owner: 'root'
mode: '0770' mode: '0770'
path: '/etc/httpd/md' path: '/etc/httpd/md'