mirror of
https://github.com/NeilHanlon/ansible-role-matterbridge.git
synced 2024-12-22 19:28:29 +00:00
Fix typo
This commit is contained in:
parent
f5b86671a5
commit
acdde27877
@ -214,7 +214,7 @@ RemoteNickFormat="<{NICK}> "
|
|||||||
###################################################################
|
###################################################################
|
||||||
#Gateway configuration
|
#Gateway configuration
|
||||||
###################################################################
|
###################################################################
|
||||||
{% for gateway in in matterbridge_config['gateways'] %}
|
{% for gateway in matterbridge_config['gateways'] %}
|
||||||
[[gateway]]
|
[[gateway]]
|
||||||
name="{{ matterbridge_config['bridge_name'] }}.{{ gateway['mattermost_channel'] }}"
|
name="{{ matterbridge_config['bridge_name'] }}.{{ gateway['mattermost_channel'] }}"
|
||||||
enable=true
|
enable=true
|
||||||
|
Loading…
Reference in New Issue
Block a user