--- - assert: that: ansible_os_family != 'Darwin' and ansible_os_family != 'Windows' - name: install package package: name: guake state: latest