fix logging path
This commit is contained in:
parent
f2c8610cc4
commit
8e7c8102fe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
- "{{ gitea_home }}/custom/https"
|
- "{{ gitea_home }}/custom/https"
|
||||||
- "{{ gitea_home }}/custom/mailer"
|
- "{{ gitea_home }}/custom/mailer"
|
||||||
- "{{ gitea_home }}/indexers"
|
- "{{ gitea_home }}/indexers"
|
||||||
- "{{ gitea_home }}/logs"
|
- "{{ gitea_home }}/log"
|
||||||
|
|
||||||
- include: install_systemd.yml
|
- include: install_systemd.yml
|
||||||
when: ansible_service_mgr == "systemd"
|
when: ansible_service_mgr == "systemd"
|
||||||
|
|
Loading…
Reference in a new issue