FIX: Use 'peer' in place of 'item'
This commit is contained in:
parent
8399078c2f
commit
40527da466
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ ListenPort = {{ item.listen_port }}
|
|||
|
||||
{% for peer in item.peers %}
|
||||
[Peer]
|
||||
PublicKey = {{ item.public_key }}
|
||||
AllowedIps = {{ item.allowed_addrs | join(",") }}
|
||||
PublicKey = {{ peer.public_key }}
|
||||
AllowedIps = {{ peer.allowed_addrs | join(",") }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue