wwwroot belongs to root

This commit is contained in:
Alexander Gabriel 2023-07-08 20:32:44 +02:00
parent 89334758ea
commit a47e349127
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
- name: create wwwroot
file:
path: "{{ docroot }}"
owner: www-data
group: www-data
owner: root
group: root
mode: '0755'
state: directory