Add CentOS 9 and RHEL 9 to supported operating systems

We have been using this module with CentOS Stream 9 in our CI, so are
ready to add it to the supported operating systems.

Change-Id: I358f1e1b08e9de0fa1d239e73d6542d84d54d13e
This commit is contained in:
Takashi Kajinami
2022-08-22 02:39:41 +09:00
parent 1800c1b530
commit fa2d4ea8e4
2 changed files with 9 additions and 2 deletions

View File

@@ -24,14 +24,16 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{

View File

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