fix 🐛: Fix typo in variable name
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 9s

Corrected a typo in the variable name 'rsults' to 'results' throughout the codebase.
This commit is contained in:
2025-12-26 07:48:37 +01:00
parent 4205a8fc8b
commit 1b96934164

View File

@@ -59,7 +59,7 @@
- name: Extract Supports Wake-on value - name: Extract Supports Wake-on value
set_fact: 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 - name: Show Supports Wake-on value
debug: debug: