From 6009cbc41494d5dc522764770b94481a96579a02 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 12 Jan 2024 00:59:28 +0100 Subject: [PATCH] Change gitea_customize_files_path to / at end --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 62c2fa4..f460e4e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -274,4 +274,4 @@ gitea_customize_logo: false gitea_custom: "{{ gitea_home }}/custom" gitea_customize_footer: false gitea_customize_files: false -gitea_customize_files_path: "{{ gitea_custom_search }}/gitea_files" +gitea_customize_files_path: "{{ gitea_custom_search }}/gitea_files/"