Files
ansible_proxmox_WOL/tasks/main.yml
Jose 5fd69e4ad7
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 9s
refactor ♻️: Refactor WOL parsing to use regex_findall and extract the first match
This refactoring improves the robustness of WOL (Wake-on-LAN) packet parsing by using `regex_findall` to ensure that only the first matching MAC address is extracted, enhancing reliability in various network environments.
2025-12-25 21:41:16 +01:00

8.8 KiB