Ansible - Always cast non-string variables
See https://moreati.org.uk/blog/2020/07/05/ansible-is-stringly-typed.html
when: (skip_install is not defined) or (not skip_install | bool)
See https://moreati.org.uk/blog/2020/07/05/ansible-is-stringly-typed.html
when: (skip_install is not defined) or (not skip_install | bool)