From f72286bc3019398f81cfa65d4c054bb24b9b47da Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 5 Oct 2023 11:31:43 +0300 Subject: [PATCH] remove emtpy line --- templates/wireguard_client.conf | 1 - 1 file changed, 1 deletion(-) 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 }}