Add CentOS/RHEL 9 to supported operating systems

... because CentOS 9 is now verified by unit tests and integration
tests.

Change-Id: Idd88e87fc453ab583334f3a6f061dbc7578df081
(cherry picked from commit 6111841dd1)
This commit is contained in:
Takashi Kajinami 2022-06-01 14:04:53 +09:00
parent 64faa25877
commit 3270e16453
2 changed files with 8 additions and 2 deletions

View File

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

View File

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