Fix: String in when condition must be enclosed in quotes
This commit is contained in:
parent
513d29d628
commit
6c8d1b1f28
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
- role: lmn_wlan
|
- role: lmn_wlan
|
||||||
when:
|
when:
|
||||||
- ansible_interfaces | select('search', 'wl.+') | first is defined
|
- ansible_interfaces | select('search', 'wl.+') | first is defined
|
||||||
- wlan != none
|
- wlan != 'none'
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Include custom roles
|
- name: Include custom roles
|
||||||
|
|
Loading…
Add table
Reference in a new issue