Add CentOS/RHEL 9 to supported operating systems

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

Change-Id: I09fb4f7de3a301a7a46a11755f91d8d860d531b8
This commit is contained in:
Takashi Kajinami 2022-02-23 01:07:27 +09:00
parent 8c167ae44e
commit c68695dd7a
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.