From 1e781a600716c3b91f3d36a558ebb38f65ae6c49 Mon Sep 17 00:00:00 2001 From: Nikita Iryupin Date: Mon, 22 Aug 2022 13:53:13 +0200 Subject: [PATCH] Change variable value to match behavior of original repo --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9a8fcda..b21ee99 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -13,7 +13,7 @@ submodules_versioncheck: false gitea_group: 'gitea' # gitea_groups: [] # Optional a list of groups user gitea will be added to gitea_home: '/var/lib/gitea' -gitea_user_home: /home/gitea +gitea_user_home: '{{ gitea_home }}' gitea_executable_path: '/usr/local/bin/gitea' gitea_configuraion_path: '/etc/gitea' gitea_shell: '/bin/false'