mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
8 lines
271 B
YAML
8 lines
271 B
YAML
|
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
|
||
|
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
|
||
|
is_debuntu: True
|
||
|
is_debian: True # Opposite of is_ubuntu for now
|
||
|
is_debian_13: True
|
||
|
is_raspbian: True
|
||
|
is_raspbian_13: True
|