Add CentOS/RHEL 9 to supported operating systems

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

Change-Id: If8180701880e4d0fed3e0777a6d0a8a5edd3814b
This commit is contained in:
Takashi Kajinami 2022-02-23 01:39:18 +09:00
parent cfdc271b86
commit 3b421746b8
2 changed files with 8 additions and 2 deletions

View File

@ -36,13 +36,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.