Skip to content

Commit

Permalink
Add AstraLinux platform identification
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Markelov authored and dentist128 committed Apr 15, 2024
1 parent 66747ed commit 9b9e493
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9b9e493

Please sign in to comment.