diff --git a/templates/group_vars_mash_servers b/templates/group_vars_mash_servers index 22c8aaa..a8fcb70 100644 --- a/templates/group_vars_mash_servers +++ b/templates/group_vars_mash_servers @@ -1769,14 +1769,12 @@ gotosocial_database_port: "{{ '5432' if devture_postgres_enabled else '' }}" gotosocial_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'db.gotosocial', rounds=655555) | to_uuid }}" gotosocial_database_username: "{{ gotosocial_identifier }}" -gotosocial_systemd_required_services_list: | +gotosocial_systemd_required_services_list_auto: | {{ - (['docker.service']) - + ([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and gotosocial_database_host == devture_postgres_identifier else []) }} -gotosocial_container_additional_networks: | +gotosocial_container_additional_networks_auto: | {{ ([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else []) + diff --git a/templates/requirements.yml b/templates/requirements.yml index 0c7847a..59d886e 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -97,7 +97,7 @@ name: gitea activation_prefix: gitea_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git - version: v0.13.0-1 + version: v0.13.0-2 name: gotosocial activation_prefix: gotosocial_ - src: git+https://gitlab.com/etke.cc/roles/grafana.git