From 9b9e493ae17c91677c590431abb1dc14070dbc6e Mon Sep 17 00:00:00 2001 From: Eduard Markelov Date: Mon, 15 Apr 2024 10:02:11 +0300 Subject: [PATCH] Add AstraLinux platform identification --- src/ansiblelint/schemas/meta.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index b9d88e904e..89718173f8 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -110,6 +110,25 @@ "title": "ArchLinuxPlatformModel", "type": "object" }, + "AstraLinuxPlatformModel": { + "properties": { + "name": { + "const": "Astra Linux", + "title": "Name", + "type": "string" + }, + "versions": { + "default": "all", + "items": { + "enum": ["1.8", "1.7", "1.6", "2.12", "all"], + "type": "string" + }, + "type": "array" + } + }, + "title": "AstraLinuxPlatformModel", + "type": "object" + }, "ClearLinuxPlatformModel": { "properties": { "name": {