mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Merge pull request #3621 from holta/deprecate-ubuntu-22.10
local_facts.fact: Deprecate support for EOL'd Ubuntu 22.10 (Kinetic Kudu)
This commit is contained in:
commit
c7ee8c845d
1 changed files with 1 additions and 1 deletions
|
@ -70,6 +70,7 @@ OS_VER="$OS-$VERSION_ID"
|
|||
#"ubuntu-2004" | \
|
||||
#"ubuntu-2104" | \
|
||||
#"ubuntu-2110" | \
|
||||
#"ubuntu-2210" | \
|
||||
#"linuxmint-20" | \
|
||||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
|
@ -83,7 +84,6 @@ case $OS_VER in
|
|||
"debian-12" | \
|
||||
"debian-13" | \
|
||||
"ubuntu-2204" | \
|
||||
"ubuntu-2210" | \
|
||||
"ubuntu-2304" | \
|
||||
"ubuntu-2310" | \
|
||||
"linuxmint-21" | \
|
||||
|
|
Loading…
Reference in a new issue