From 0f9de5e20c996ef231db505bbe18402c1ea7021e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 21 Aug 2025 03:24:34 +0200 Subject: Fix the wireguard install The conflict was due to resolvconf was removing the systemd-resolved configuration and that was causing the network to go down and the fallback on the statically managed resolv.conf (which wasn't able to resolve the DNS) due to how network manager requiring the DNS resolution to happen through systemd-resolved --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site.yml') diff --git a/site.yml b/site.yml index 2a11b581..ea9d854c 100644 --- a/site.yml +++ b/site.yml @@ -39,4 +39,4 @@ roles: - role: "locales" - role: "timezone" - - role: "pihole" + - role: "wireguard" -- cgit v1.2.3