remove emtpy line
This commit is contained in:
parent
2a34abaa7a
commit
f72286bc30
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ AllowedIPs = {{ hostvars[item]['AllowedIPs'] }}
|
|||
|
||||
# From peers configuration
|
||||
{% for item in wireguard_peers %}{% if item['name'] != inventory_hostname and 'PublicKey' in item and 'AllowedIPs' in item %}
|
||||
|
||||
# Peer name: {{ item.name }}
|
||||
[Peer]
|
||||
PublicKey = {{ item.PublicKey }}
|
||||
|
|
Loading…
Reference in a new issue