From f1dc9d3585599fefad3c98a30b89c0a46bde59dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Mon, 11 Dec 2023 14:27:46 +0100 Subject: [PATCH] Be specific about the platforms the role supports I think claiming that it works with all versions of EL and Ubuntu is naive, let's be specific. --- meta/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 9dfafb6..c47b03d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -34,11 +34,15 @@ galaxy_info: platforms: - name: EL versions: - - all + - "7" + - "8" + - "9" - name: Ubuntu versions: - - all - + - focal + - jammy + - lunar + - mantic galaxy_tags: - system # List tags for your role here, one per line. A tag is a keyword that