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 logging path

This commit is contained in:
genofire 2020-09-18 12:11:42 +02:00 committed by Thomas Maurice
parent 667c375a9d
commit 883b6d958e

View file

@ -38,7 +38,7 @@
- "{{ gitea_home }}/custom/https"
- "{{ gitea_home }}/custom/mailer"
- "{{ gitea_home }}/indexers"
- "{{ gitea_home }}/logs"
- "{{ gitea_home }}/log"
- include: install_systemd.yml
when: ansible_service_mgr == "systemd"