From 78f20966c37f16fc9d23c4f7c62cb7241a00fb92 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 26 Dec 2025 16:13:49 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Remove=20unuse?= =?UTF-8?q?d=20'wol=5Fbridges'=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit refactors the code by removing an unused variable named 'wol_bridges'. This change simplifies the codebase and eliminates unnecessary memory usage. --- defaults/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index d4ae3a4..40815cf 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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)