refactor ♻️: Remove unused 'wol_bridges' variable
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
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:
@@ -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:
|
||||
# g = magic packet (most common, highly recommended)
|
||||
|
||||
Reference in New Issue
Block a user