From d46e1199ad6ef4f3eaf477044913f72f5db97077 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Sun, 28 Apr 2024 18:14:05 +0200 Subject: [PATCH] Use systemd-networkd if two network cards are installed (important for TIA devices). --- lmn-client.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lmn-client.yml b/lmn-client.yml index b697469..0b1d4e1 100644 --- a/lmn-client.yml +++ b/lmn-client.yml @@ -87,6 +87,8 @@ - lmn_security - role: lmn_localhome when: when: groups.localhome is defined and inventory_hostname in groups.localhome + - role: lmn_networkd + when: ansible_interfaces | select('search', 'enp2s.+') | first is defined tasks: ## Temporary fixes and quirks: