diff --git a/templates/wireguard_client.conf b/templates/wireguard_client.conf index d07166f..09becca 100644 --- a/templates/wireguard_client.conf +++ b/templates/wireguard_client.conf @@ -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 }}