Git needs the directory root owned, not apache owned... Bad ansible-lint repair suggestion
This commit is contained in:
@@ -172,8 +172,8 @@
|
|||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: '/srv/http/{{ item.fqdn }}'
|
path: '/srv/http/{{ item.fqdn }}'
|
||||||
state: 'directory'
|
state: 'directory'
|
||||||
owner: 'apache'
|
owner: 'root'
|
||||||
group: 'apache'
|
group: 'root'
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
setype: 'httpd_sys_content_t'
|
setype: 'httpd_sys_content_t'
|
||||||
loop: '{{ http_vhost }}'
|
loop: '{{ http_vhost }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user