From 883b6d958e5d682869a4d13a7e1f14fe6e03914e Mon Sep 17 00:00:00 2001 From: genofire Date: Fri, 18 Sep 2020 12:11:42 +0200 Subject: [PATCH] fix logging path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0cf9ca2..78e8ed5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"