- name: Install 'monit' if monit_install and not Debian 10+ include_tasks: install.yml when: monit_install and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))