mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Upgrade GoToSocial (v0.13.0-1 -> v0.13.0-2)
This commit is contained in:
parent
cffb13a3dd
commit
4696f02493
2 changed files with 3 additions and 5 deletions
|
@ -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 [])
|
||||
+
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue