From 373059fbf8b08b84bfd029b78e436b7e2c1a14bf Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 3 Mar 2024 14:33:02 +0100 Subject: [PATCH] set mode --- tasks/customize_public_files.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/customize_public_files.yml b/tasks/customize_public_files.yml index 3a38bd8..9cca35e 100644 --- a/tasks/customize_public_files.yml +++ b/tasks/customize_public_files.yml @@ -36,5 +36,6 @@ url: "{{ item.name }}" dest: "{{ gitea_custom }}/css/{{ item.name | basename }}" owner: git + mode: "u=rwX,g=rX,o=" loop: "{{ gitea_custom_themes }}" notify: "Restart gitea"