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