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 take 2

This commit is contained in:
Jerry Vonau 2019-11-21 10:30:00 -06:00
parent 01c44c05c2
commit aa646dc1a9

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 and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))
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))