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

This commit is contained in:
Zuul 2022-02-24 15:27:20 +00:00 committed by Gerrit Code Review
commit 7ccf2ba1a0
2 changed files with 8 additions and 2 deletions

View File

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

View File

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