From 3aa813a5c667ef1fd4ac9d1ad005e75c2c453a2c 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