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
1 changed files with 1 additions and 1 deletions

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"