From 22d1ae642daf7cc6b3f7897f50bac3941e336f5c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 21 Aug 2025 02:51:30 +0200 Subject: Fix network role to install via chroot The removal of the resolv.conf DNS configuration is required by the wireguard not to have conflicting DNS configuration resolvers between the static system fallback and the NetworkManager resolver (using systemd-resolved) and the VPN DNS --- roles/network/vars/debian.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'roles/network/vars') diff --git a/roles/network/vars/debian.yml b/roles/network/vars/debian.yml index 34768d95..d77d59c9 100644 --- a/roles/network/vars/debian.yml +++ b/roles/network/vars/debian.yml @@ -11,7 +11,5 @@ network_enabled_services: network_disabled_services: - "dhcpcd" - - "avahi-daemon" - "networking" - - "resolvconf" - "systemd-networkd" -- cgit v1.2.3