2019-07-08 20:27:51 +00:00
|
|
|
- name: Install 'sugarizer' if sugarizer_install and not Debian 10+
|
|
|
|
include_tasks: install.yml
|
2020-01-14 00:57:50 +00:00
|
|
|
when: not sugarizer_installed is defined and sugarizer_install and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))
|
2019-09-05 05:29:39 +00:00
|
|
|
|
|
|
|
- name: Enable 'sugarizer' if sugarizer_enabled
|
|
|
|
include_tasks: enable.yml
|
2019-11-28 13:24:17 +00:00
|
|
|
when: (sugarizer_install or sugarizer_installed is defined) and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))
|