mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
Rename mash-gotosocial db to gotosocial
This commit is contained in:
parent
92eac9df3b
commit
f08a207722
2 changed files with 1 additions and 2 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue