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"