From 1b96934164f556fdfe6a5f8d3235043183c171b8 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 26 Dec 2025 07:48:37 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20variabl?= =?UTF-8?q?e=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typo in the variable name 'rsults' to 'results' throughout the codebase. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index a29b5f4..ea9b55f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -59,7 +59,7 @@ - name: Extract Supports Wake-on value set_fact: - supports_wake_on: "{{ wol_status.rsults | regex_search('Supports Wake-on:\\s*(\\S+)', '\\1') }}" + supports_wake_on: "{{ wol_status.results | regex_search('Supports Wake-on:\\s*(\\S+)', '\\1') }}" - name: Show Supports Wake-on value debug: