Skip to content

Commit

Permalink
Add AstraLinux platform identification (#4111)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduard Markelov <emarkelov@astralinux.ru>
  • Loading branch information
dentist128 and Eduard Markelov authored Apr 15, 2024
1 parent 66747ed commit 4f843e6
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 4f843e6

Please sign in to comment.