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 Aug 4, 2021
1 parent de5623f commit 568b164
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,24 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8.0",
"9.0"
"9.0",
"10.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 568b164

Please sign in to comment.