mirror of
https://github.com/status-im/infra-role-matterbridge.git
synced 2025-02-18 17:56:36 +00:00
config: fix formatting of discord gateways
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e1a1908898
commit
1ee6568bad
@ -58,10 +58,10 @@ gateway:
|
||||
|
||||
- account: "discord.{{ discord_srv.srv }}"
|
||||
channel: "{{ discord_srv.ch }}"
|
||||
{% if not matterbridge_bridges['discord'][discord_srv.srv].get('AutoWebhooks', False) %}
|
||||
{% if not matterbridge_bridges['discord'][discord_srv.srv].get('AutoWebhooks', False) -%}
|
||||
options:
|
||||
WebhookURL: "{{lookup("bitwarden", "Discord/"+discord_srv.srv+"/webhooks", field=discord_srv.ch)}}"
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user