1
0
Fork 0
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:
A Holt 2023-08-14 16:24:11 -04:00 committed by GitHub
commit c7ee8c845d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" | \