fix(penpot): asset dir permissions

nginx frontend is badly configured and runs workers with id 33 instead of the created penpot user :/
So we now allow read for all. Should be fine since nginx is serving this anyway
This commit is contained in:
Saibotk 2024-11-09 06:00:14 +01:00
parent 65c327c252
commit bcea46ccaa
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -54,7 +54,7 @@
path: "{{ item }}" path: "{{ item }}"
state: directory state: directory
setype: "container_file_t" setype: "container_file_t"
mode: "0750" mode: "0755"
owner: "1001" owner: "1001"
group: "root" group: "root"
with_items: with_items: