From c84d978384fcb50f824eadda28d78c280b373022 Mon Sep 17 00:00:00 2001 From: Sasi Olin Date: Mar 22 2021 15:10:27 +0000 Subject: Wrong variable name --- diff --git a/salt/profile/matrix/files/matterbridge.toml b/salt/profile/matrix/files/matterbridge.toml index eb316f6..e3bdfe2 100644 --- a/salt/profile/matrix/files/matterbridge.toml +++ b/salt/profile/matrix/files/matterbridge.toml @@ -17,7 +17,7 @@ name="{{gateway}}" enable=true inout = [ - {%- for account, channel in servers.items() %} + {%- for account, channel in accounts.items() %} { account="{{account}}", channel="{{channel}}" }, {%- endfor %} ]