From b00da6a8bacd11e55a950e14656ced9d5f05af76 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 3 Mar 2024 14:42:29 +0100 Subject: [PATCH] fix perms --- tasks/customize_public_files.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/customize_public_files.yml b/tasks/customize_public_files.yml index f006d2b..b2cd5bc 100644 --- a/tasks/customize_public_files.yml +++ b/tasks/customize_public_files.yml @@ -29,6 +29,8 @@ path: "{{ gitea_custom }}/public/css" state: directory owner: "{{ gitea_user }}" + group: "{{ gitea_group }}" + mode: "u=rwX,g=rX,o=" - name: Get custom themes when: gitea_custom_themes is defined