- name: Install 'sugarizer' if sugarizer_install and not Debian 10+ include_tasks: install.yml when: not sugarizer_installed is defined and sugarizer_install | bool and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9)) - name: Enable 'sugarizer' if sugarizer_enabled include_tasks: enable.yml when: sugarizer_install | bool or sugarizer_installed is defined