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:
parent
64bcb2f517
commit
aa5839537d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue