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:
parent
f7c539d175
commit
f7bc1e4b67
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue