Add public_address to mautrix-discord

Related to https://github.com/mautrix/discord/issues/95
This commit is contained in:
Slavi Pantaleev
2024-01-08 18:16:02 +02:00
parent e48adcb91d
commit b6916d3adc
4 changed files with 17 additions and 10 deletions

View File

@ -8,4 +8,5 @@
with_items:
- {'name': 'matrix_mautrix_discord_appservice_token', when: true}
- {'name': 'matrix_mautrix_discord_homeserver_token', when: true}
- {'name': 'matrix_mautrix_discord_homeserver_public_address', when: true}
- {'name': 'matrix_mautrix_discord_database_hostname', when: "{{ matrix_mautrix_discord_database_engine == 'postgres' }}"}