1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

fix perms

This commit is contained in:
pat-s 2024-03-03 14:42:29 +01:00
parent aa5839537d
commit b00da6a8ba
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -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