feat : Add task to display bridge_links

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.
This commit is contained in:
2025-12-23 21:14:36 +01:00
parent 49d61d5cd5
commit 5f80e247ec

View File

@@ -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: >-