diff --git a/wsl.yaml b/wsl.yaml index 1602c42..835fd79 100644 --- a/wsl.yaml +++ b/wsl.yaml @@ -7,7 +7,7 @@ - name: check is WSL assert: that: - - "lookup('env', 'WSL_DISTRO_NAME')" + - "lookup('env', 'WSL_DISTRO_NAME') is truthy" - hosts: localhost become: yes