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:
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user