mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix local_facts.fact to deprecate 21.10 not 22.10
This commit is contained in:
parent
d4492ef0c8
commit
5d96561e73
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ OS_VER="$OS-$VERSION_ID"
|
||||||
#"ubuntu-18" | \
|
#"ubuntu-18" | \
|
||||||
#"ubuntu-19" | \
|
#"ubuntu-19" | \
|
||||||
#"ubuntu-2104" | \
|
#"ubuntu-2104" | \
|
||||||
#"ubuntu-2210" | \
|
#"ubuntu-2110" | \
|
||||||
#"centos-7" | \
|
#"centos-7" | \
|
||||||
#"raspbian-8" | \
|
#"raspbian-8" | \
|
||||||
#"raspbian-9" | \
|
#"raspbian-9" | \
|
||||||
|
@ -77,8 +77,8 @@ case $OS_VER in
|
||||||
"debian-11" | \
|
"debian-11" | \
|
||||||
"debian-12" | \
|
"debian-12" | \
|
||||||
"ubuntu-2004" | \
|
"ubuntu-2004" | \
|
||||||
"ubuntu-2110" | \
|
|
||||||
"ubuntu-2204" | \
|
"ubuntu-2204" | \
|
||||||
|
"ubuntu-2210" | \
|
||||||
"linuxmint-20" | \
|
"linuxmint-20" | \
|
||||||
"linuxmint-21" | \
|
"linuxmint-21" | \
|
||||||
"raspbian-11")
|
"raspbian-11")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue