From b9d20db08d1a5a327a4185767d90cbb3bcea4c38 Mon Sep 17 00:00:00 2001 From: HVSharma12 Date: Thu, 29 May 2025 19:26:30 +0530 Subject: [PATCH] Add SLES and openSUSE entries to meta/main.yml --- meta/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 298a07e..3b249a6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -55,12 +55,21 @@ galaxy_info: versions: - "8" - "9" + - name: SLES + versions: + - "15SP6" + - "16" + - name: opensuse + versions: + - "15.6" galaxy_tags: - el8 - el9 - el10 - fedora + - sles + - opensuse # List tags for your role here, one per line. A tag is a keyword that # describes and categorizes the role. Users find roles by searching for tags. # Be sure to remove the '[]' above, if you add tags to this list.