From 0bca6bd749c2f799074d648843aea576b7f506d8 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 3 Jul 2026 11:00:17 +0200 Subject: Update ethtool to handle laptop lid suspend issues When using WoL with laptops (ex Lenovo) closing the lid suspends the laptop and breaks WoL, this is to allow configuring the lid behavior --- roles/ethtool/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/ethtool/defaults/main.yml') diff --git a/roles/ethtool/defaults/main.yml b/roles/ethtool/defaults/main.yml index 61cfd43e..8da62da2 100644 --- a/roles/ethtool/defaults/main.yml +++ b/roles/ethtool/defaults/main.yml @@ -1,2 +1,3 @@ --- ethtool_wol_interface: "eth0" +ethtool_lid_ac_action: "suspend" -- cgit v1.2.3