mirror of
https://github.com/status-im/infra-role-matterbridge.git
synced 2025-02-20 18:48:08 +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 }}"
|
- account: "discord.{{ discord_srv.srv }}"
|
||||||
channel: "{{ discord_srv.ch }}"
|
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:
|
options:
|
||||||
WebhookURL: "{{lookup("bitwarden", "Discord/"+discord_srv.srv+"/webhooks", field=discord_srv.ch)}}"
|
WebhookURL: "{{lookup("bitwarden", "Discord/"+discord_srv.srv+"/webhooks", field=discord_srv.ch)}}"
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user