Add CentOS/RHEL 9 to supported operating systems

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

Change-Id: I49098fc8026d2099c82f8879d846b41b4b22ee2e
This commit is contained in:
Takashi Kajinami 2022-02-23 01:28:51 +09:00
parent 0271adfc05
commit 4103a99169
2 changed files with 8 additions and 2 deletions

View File

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