mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
local_facts.fact: Stop supporting Ubuntu 21.04
This commit is contained in:
parent
918e99570c
commit
d10c98e26b
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,7 @@ OS_VER="$OS-$VERSION_ID"
|
|||
#"ubuntu-17" | \
|
||||
#"ubuntu-18" | \
|
||||
#"ubuntu-19" | \
|
||||
#"ubuntu-2104" | \
|
||||
#"centos-7" | \
|
||||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
|
@ -74,7 +75,6 @@ case $OS_VER in
|
|||
"debian-11" | \
|
||||
"debian-12" | \
|
||||
"ubuntu-2004" | \
|
||||
"ubuntu-2104" | \
|
||||
"ubuntu-2110" | \
|
||||
"ubuntu-2204" | \
|
||||
"linuxmint-20" | \
|
||||
|
|
Loading…
Reference in a new issue