From c30d25f867a7933be574d2da6dbcb2fa89cb33df Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:06:01 -0400 Subject: [PATCH 1/2] Remove incorrect entry for Ubuntu 18.10 Ubuntu 18.10 (Cosmic Cuttlefish) is correctly covered by the "cosmic" entry. --- src/ansiblelint/schemas/meta.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index 8c8fabe5ca..b3f931f877 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -1047,7 +1047,6 @@ "artful", "bionic", "cosmic", - "cuttlefish", "disco", "eoan", "focal", From 12f249ab5bb954fbe5650cc17c7a601b93144546 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:08:53 -0400 Subject: [PATCH 2/2] Add Ubuntu 22.10 (Kinetic Kudu) as a valid platform --- src/ansiblelint/schemas/meta.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index b3f931f877..06920ae2de 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -1054,6 +1054,7 @@ "hirsute", "impish", "jammy", + "kinetic", "lucid", "lunar", "mantic",