Add CentOS/RHEL 9 to supported operating systems

... because these operating systems are now verified by unit tests and
integration tests.

Change-Id: I24bb556f4dd295af098e0a42f33fb3622a4dbf14
This commit is contained in:
Takashi Kajinami 2022-02-23 01:19:24 +09:00
parent cc4c90b75a
commit 3d510c435a
2 changed files with 8 additions and 2 deletions

View File

@ -40,13 +40,15 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{

View File

@ -0,0 +1,4 @@
---
features:
- |
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.