Make use of mash_playbook_service_base_directory_name_prefix

This commit is contained in:
Julian-Samuel Gebühr 2023-03-25 09:15:53 +01:00
parent d346fd1c0b
commit b4dfdcf2ff

View file

@ -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 }}"