1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove | bool

Co-Authored-By: A Holt <holta@users.noreply.github.com>
This commit is contained in:
Jerry Vonau 2019-11-28 07:24:17 -06:00 committed by GitHub
parent f7c539d175
commit f7bc1e4b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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