Fix: String in when condition must be enclosed in quotes

This commit is contained in:
Raphael Dannecker 2025-04-02 13:58:15 +02:00
parent 513d29d628
commit 6c8d1b1f28

View file

@ -93,7 +93,7 @@
- role: lmn_wlan
when:
- ansible_interfaces | select('search', 'wl.+') | first is defined
- wlan != none
- wlan != 'none'
tasks:
- name: Include custom roles