mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #2821 from holta/is-debuntu-var-clarifs
Specify is_debian & is_ubuntu for all supported OS's
This commit is contained in:
commit
e4199c35ca
7 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_ubuntu: False
|
||||
is_debian_10: True
|
||||
|
||||
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_ubuntu: False
|
||||
is_debian_11: True
|
||||
|
||||
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
is_debuntu: True
|
||||
is_debian: False
|
||||
is_ubuntu: True
|
||||
is_ubuntu_20: True
|
||||
is_linuxmint: True
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_ubuntu: False
|
||||
is_debian_10: True
|
||||
is_raspbian: True
|
||||
is_raspbian_10: True
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_ubuntu: False
|
||||
is_debian_11: True
|
||||
is_raspbian: True
|
||||
is_raspbian_11: True
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
is_debuntu: True
|
||||
is_debian: False
|
||||
is_ubuntu: True
|
||||
is_ubuntu_20: True
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
is_debuntu: True
|
||||
is_debian: False
|
||||
is_ubuntu: True
|
||||
is_ubuntu_21: True
|
||||
|
||||
|
|
Loading…
Reference in a new issue