mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
set mode
This commit is contained in:
parent
54deba19dc
commit
373059fbf8
1 changed files with 1 additions and 0 deletions
|
@ -36,5 +36,6 @@
|
||||||
url: "{{ item.name }}"
|
url: "{{ item.name }}"
|
||||||
dest: "{{ gitea_custom }}/css/{{ item.name | basename }}"
|
dest: "{{ gitea_custom }}/css/{{ item.name | basename }}"
|
||||||
owner: git
|
owner: git
|
||||||
|
mode: "u=rwX,g=rX,o="
|
||||||
loop: "{{ gitea_custom_themes }}"
|
loop: "{{ gitea_custom_themes }}"
|
||||||
notify: "Restart gitea"
|
notify: "Restart gitea"
|
||||||
|
|
Loading…
Reference in a new issue