Fix WSL detection
This commit is contained in:
parent
34aad6e186
commit
0c0299a79a
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
||||||
when: gui == true
|
when: gui == true
|
||||||
- include: modules.yml
|
- include: modules.yml
|
||||||
- include: ssh.yml
|
- include: ssh.yml
|
||||||
when: wsl_distro|length == 0
|
when: wsl_distro is not defined
|
||||||
- include: solokeys.yml
|
- include: solokeys.yml
|
||||||
when: wsl_distro|length == 0
|
when: wsl_distro is not defined
|
||||||
|
|
Loading…
Reference in a new issue