From c3d7692f216ab5627db0f16318320ae2e99ade22 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Tue, 11 Jun 2024 13:37:56 +0200 Subject: [PATCH] Remove NetworkManager connection Wired Connection. NetworkManager has problems using the default 'Wired Connection 1' setting for more than one network card, so it is better to remove this file and NetworkManager will use default 'Wired Connections' in memory. --- lmn-client.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lmn-client.yml b/lmn-client.yml index cf19633..c7e3715 100644 --- a/lmn-client.yml +++ b/lmn-client.yml @@ -92,6 +92,12 @@ tasks: ## Temporary fixes and quirks: + - name: Remove disturbing NetworkManager connection + file: + path: "/etc/NetworkManager/system-connections/Wired connection 1" + state: absent + when: ansible_interfaces | select('search', '^en[pso].+') | length > 1 + - name: Fix 8086:4909 external graphics card replace: dest: "/etc/default/grub"