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:
parent
01c44c05c2
commit
aa646dc1a9
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 | bool or sugarizer_installed is defined) and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))
|
||||
|
|
Loading…
Reference in a new issue