Fix WSL detection

This commit is contained in:
Anthony Rose 2020-12-01 14:58:30 +00:00
parent 34aad6e186
commit 0c0299a79a

View file

@ -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