From f0671c261f48b1efc5f040fe6ffc4021cca6000c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 4 Aug 2021 10:09:22 -1000 Subject: [PATCH] Add support for recent OS The module is expected to work on all supported versions of Debian, Ubuntu and RedHat. --- metadata.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 91f3b19..9859aa9 100644 --- a/metadata.json +++ b/metadata.json @@ -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" ] } ],