From bcea46ccaa1208d86d7d437f9d7bab74e5ee62e9 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 9 Nov 2024 06:00:14 +0100 Subject: [PATCH] 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 --- roles/penpot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/penpot/tasks/main.yml b/roles/penpot/tasks/main.yml index 37ec899..6e1724a 100644 --- a/roles/penpot/tasks/main.yml +++ b/roles/penpot/tasks/main.yml @@ -54,7 +54,7 @@ path: "{{ item }}" state: directory setype: "container_file_t" - mode: "0750" + mode: "0755" owner: "1001" group: "root" with_items: