From 51bbf725ec65f5bc4c4278acf1928ca1bdd93175 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 26 Mar 2024 15:04:07 +0100 Subject: [PATCH] Add EL9 support --- metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 0109c7f9..2bda03d7 100644 --- a/metadata.json +++ b/metadata.json @@ -34,14 +34,16 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, {