refactor ♻️: Remove unused 'wol_bridges' variable
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s

This commit refactors the code by removing an unused variable named 'wol_bridges'. This change simplifies the codebase and eliminates unnecessary memory usage.
This commit is contained in:
2025-12-26 16:13:49 +01:00
parent c5a1346eea
commit 78f20966c3

View File

@@ -1,11 +1,4 @@
--- ---
# ============================================================
# Bridge interfaces to enable Wake-on-LAN on
# Can be a string (single bridge) or list (multiple bridges)
# Supports detection of physical NICs backing bridges
# ============================================================
wol_bridges: vmbr0
# ============================================================ # ============================================================
# WOL mode options: # WOL mode options:
# g = magic packet (most common, highly recommended) # g = magic packet (most common, highly recommended)