fix logging path

This commit is contained in:
genofire 2020-09-18 12:11:42 +02:00 committed by GitHub
parent f2c8610cc4
commit 8e7c8102fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"