fix 🐛: Fix typo in variable name
Corrected the typo 'wol_detected_bridge' to 'wol_detected_interface' to ensure accurate variable naming and functionality.
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
wol_bridge_phys: >-
|
wol_bridge_phys: >-
|
||||||
{{
|
{{
|
||||||
ansible_facts[wol_detected_bridge].interfaces
|
ansible_facts[wol_detected_interface].interfaces
|
||||||
| select('match', '^(e|en)')
|
| select('match', '^(e|en)')
|
||||||
| list
|
| list
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user