refactor ♻️: Remove redundant task for detecting physical NIC
This refactoring removes a redundant task that was previously used to detect physical network interfaces, simplifying the codebase and improving performance.
This commit is contained in:
@@ -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: >-
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user