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:
parent
aa5839537d
commit
b00da6a8ba
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
path: "{{ gitea_custom }}/public/css"
|
path: "{{ gitea_custom }}/public/css"
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ gitea_user }}"
|
owner: "{{ gitea_user }}"
|
||||||
|
group: "{{ gitea_group }}"
|
||||||
|
mode: "u=rwX,g=rX,o="
|
||||||
|
|
||||||
- name: Get custom themes
|
- name: Get custom themes
|
||||||
when: gitea_custom_themes is defined
|
when: gitea_custom_themes is defined
|
||||||
|
|
Loading…
Reference in a new issue