From f08a2077221b9fe9474acefea39adb3f196fb18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Wed, 29 Mar 2023 14:44:38 +0200 Subject: [PATCH] Rename mash-gotosocial db to gotosocial --- group_vars/mash_servers | 1 - requirements.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/group_vars/mash_servers b/group_vars/mash_servers index 89f008f..d5e47e9 100644 --- a/group_vars/mash_servers +++ b/group_vars/mash_servers @@ -1616,7 +1616,6 @@ gotosocial_gid: "{{ mash_playbook_gid }}" gotosocial_database_host: "{{ devture_postgres_identifier if devture_postgres_enabled else '' }}" gotosocial_database_port: "{{ '5432' if devture_postgres_enabled else '' }}" -gotosocial_database_name: "{{ gotosocial_identifier }}" gotosocial_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'db.gotosocial', rounds=655555) | to_uuid }}" gotosocial_database_username: "{{ gotosocial_identifier }}" diff --git a/requirements.yml b/requirements.yml index 03c9dc9..534f68d 100644 --- a/requirements.yml +++ b/requirements.yml @@ -104,4 +104,4 @@ name: firezone - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git name: gotosocial - version: 148933d390a2a789ee4595a593d825e64d5e6f46 + version: d608eb330af28b75d3e4881b2e8c09af64d078f1