Skip to content

Commit

Permalink
Add support for recent OS
Browse files Browse the repository at this point in the history
The module is expected to work on all supported versions of Debian,
Ubuntu and RedHat.
  • Loading branch information
smortex committed Jan 6, 2022
1 parent 22dd2af commit f0671c2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,25 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8.0",
"9.0"
"9.0",
"10.0",
"11.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04",
"20.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6.0",
"7.0"
"7.0",
"8.0"
]
}
],
Expand Down

0 comments on commit f0671c2

Please sign in to comment.