1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/sugarizer/tasks/main.yml

4 lines
209 B
YAML
Raw Normal View History

2019-07-08 20:27:51 +00:00
- name: Install 'sugarizer' if sugarizer_install and not Debian 10+
include_tasks: install.yml
when: sugarizer_install and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))