Merge "Add CentOS/RHEL 9 to supported operating systems"

This commit is contained in:
Zuul 2022-02-23 11:18:32 +00:00 committed by Gerrit Code Review
commit 0d9aaa05fd
2 changed files with 8 additions and 2 deletions

View File

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