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

Update default_vars.yml

This commit is contained in:
A Holt 2020-09-01 21:28:19 -04:00 committed by GitHub
parent 14ae2fe841
commit 1af27bb2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -695,25 +695,24 @@ calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
# Works" ~30 lines below, and https://github.com/iiab/iiab/wiki/IIAB-Platforms
# Wide to narrow (insofar as poss)
is_debuntu: False # Covers all 3: Ubuntu, Debian, Raspbian (Raspberry Pi OS)
is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS (Raspbian)
is_ubuntu: False
is_ubuntu: False # Covers: Ubuntu, Linux Mint
is_ubuntu_20: False
is_ubuntu_19: False
is_ubuntu_18: False
is_ubuntu_17: False
is_ubuntu_16: False
is_mint: False # subset of is_ubuntu
is_mint_20: False
is_linuxmint: False # Subset of is_ubuntu
is_linuxmint_20: False
is_debian: False # Covers both: Debian, Raspbian (Raspberry Pi OS)
is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian)
is_debian_10: False
is_debian_9: False
is_debian_8: False
is_raspbian: False # Covers both: RPi HW + non-RPi HW versions of Raspbian (Raspberry Pi OS)
is_raspbian: False # Covers both: RPi HW + non-RPi HW versions of Raspberry Pi OS (Raspbian)
is_raspbian_10: False
is_raspbian_9: False
is_raspbian_8: False