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 indentation

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

View file

@ -38,5 +38,5 @@
owner: "{{ gitea_user }}" owner: "{{ gitea_user }}"
group: "{{ gitea_group }}" group: "{{ gitea_group }}"
mode: "u=rwX,g=rX,o=" mode: "u=rwX,g=rX,o="
loop: "{{ gitea_custom_themes }}" loop: "{{ gitea_custom_themes }}"
notify: "Restart gitea" notify: "Restart gitea"