From b8d5b7f010f9552f199064e187e1440557352bd0 Mon Sep 17 00:00:00 2001 From: gemini Date: Wed, 15 Apr 2026 19:25:39 +0200 Subject: [PATCH] Revert(ansible): Remove diagnostic wireguard set; original parsing issue fixed --- roles/wireguard_server/templates/wireguardclient.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/wireguard_server/templates/wireguardclient.conf b/roles/wireguard_server/templates/wireguardclient.conf index 1bd0f5f..01c0806 100644 --- a/roles/wireguard_server/templates/wireguardclient.conf +++ b/roles/wireguard_server/templates/wireguardclient.conf @@ -1,4 +1,3 @@ -{% set wireguard = {} %} [Interface] Address = {{ IP }}/24 DNS = 192.168.5.5