remove emtpy line

This commit is contained in:
Antonio J. Delgado 2023-10-05 11:31:43 +03:00
parent 2a34abaa7a
commit f72286bc30

View file

@ -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 }}