From 5f80e247ec1b7ee8ea6db3f9059f8cb42d9bc17d Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 23 Dec 2025 21:14:36 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20task=20to=20display?= =?UTF-8?q?=20bridge=5Flinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces a new feature that allows the display of `bridge_links` in the application. This enhancement provides users with additional information and functionality related to bridge links. --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 4844360..4155ebe 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,6 +14,11 @@ changed_when: false failed_when: false +- name: Show bridge_links + ansible.builtin.debug: + msg: "{{ bridge_links }}" + + - name: "Detect physical NIC backing {{ wol_bridge }}" ansible.builtin.set_fact: wol_detected_phy: >-