1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
This commit is contained in:
pat-s 2024-03-03 14:33:02 +01:00
parent 54deba19dc
commit 373059fbf8
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

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