Add CentOS/RHEL 9 to supported operating systems

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

Change-Id: I063767b4cd1f179f1dc7d369528d0bffc82086cf
This commit is contained in:
Takashi Kajinami 2022-02-23 01:26:39 +09:00
parent 32371f4afd
commit 29d374097b
2 changed files with 8 additions and 2 deletions

View File

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