Add CentOS/RHEL 9 to supported operating systems

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

Change-Id: If3ebed6793bdb60304f18be2c5f06508ae3c5c55
This commit is contained in:
Takashi Kajinami 2022-02-23 01:03:12 +09:00
parent 0f0fcf4661
commit fc9a19781c
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.