From 9f40580cad96f73633f59ff58d110caac80cae67 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sun, 17 Mar 2024 01:08:17 +0100 Subject: [PATCH] add RHEL 8 and 9 support --- metadata.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index c070a88..cad8491 100644 --- a/metadata.json +++ b/metadata.json @@ -44,13 +44,17 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7" + "7", + "8", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7" + "7", + "8", + "9" ] }, {