Add CentOS/RHEL 9 to supported operating systems
... because these operating systems are now verified by unit tests and integration tests. Change-Id: I0199dbd8e36da8feafb4e733398e50e4301033a1
This commit is contained in:
parent
b299c0d88f
commit
8be9bbe215
@ -24,13 +24,15 @@
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
"operatingsystemrelease": [
|
||||
"8"
|
||||
"8",
|
||||
"9"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "CentOS",
|
||||
"operatingsystemrelease": [
|
||||
"8"
|
||||
"8",
|
||||
"9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
|
Loading…
Reference in New Issue
Block a user