From b4dfdcf2ff275b63fcdd01246aa8e27b67551f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sat, 25 Mar 2023 09:15:53 +0100 Subject: [PATCH] Make use of mash_playbook_service_base_directory_name_prefix --- group_vars/mash_servers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/mash_servers b/group_vars/mash_servers index 8f0edc6..3b2ff5c 100644 --- a/group_vars/mash_servers +++ b/group_vars/mash_servers @@ -1378,7 +1378,7 @@ gotosocial_enabled: false gotosocial_identifier: "{{ mash_playbook_service_identifier_prefix }}gotosocial" -gotosocial_base_path: "{{ mash_playbook_base_path }}/gotosocial" +gotosocial_base_path: "{{ mash_playbook_base_path }}/{{ mash_playbook_service_base_directory_name_prefix }}gotosocial" gotosocial_uid: "{{ mash_playbook_uid }}" gotosocial_gid: "{{ mash_playbook_gid }}"