Upgrade GoToSocial (v0.13.0-1 -> v0.13.0-2)

This commit is contained in:
Slavi Pantaleev 2024-01-06 11:27:03 +02:00
parent cffb13a3dd
commit 4696f02493
2 changed files with 3 additions and 5 deletions

View file

@ -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 [])
+

View file

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