From 7a388c1d5559308914fc740cdc2089a060684872 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 23 Dec 2025 21:34:22 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Remove=20redun?= =?UTF-8?q?dant=20task=20for=20detecting=20physical=20NIC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This refactoring removes a redundant task that was previously used to detect physical network interfaces, simplifying the codebase and improving performance. --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9239f47..a80cd5d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -19,7 +19,6 @@ msg: "{{ bridge_links.stdout_lines }}" - name: "Detect physical NIC backing {{ wol_bridge }}" -- name: Detect physical NIC backing vmbr0 ansible.builtin.set_fact: wol_detected_phy_candidates: >- {{