1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

also disable sugarizer's enable.yml on debian-10

This commit is contained in:
Jerry Vonau 2019-11-21 10:24:19 -06:00
parent b99b60c456
commit 01c44c05c2

View file

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