Skip to content

Commit c527531

Browse files
chore: add almalinux platform to meta schemas
1 parent efe2751 commit c527531

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/ansiblelint/schemas/meta.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919
"title": "AIXPlatformModel",
2020
"type": "object"
2121
},
22+
"AlmaLinuxPlatformModel": {
23+
"properties": {
24+
"name": {
25+
"const": "AlmaLinux",
26+
"title": "Name",
27+
"type": "string"
28+
},
29+
"versions": {
30+
"default": "all",
31+
"items": {
32+
"enum": ["8", "9", "10", "all"],
33+
"type": "string"
34+
},
35+
"type": "array"
36+
}
37+
},
38+
"title": "AlmaLinuxPlatformModel",
39+
"type": "object"
40+
},
2241
"AlpinePlatformModel": {
2342
"properties": {
2443
"name": {

0 commit comments

Comments
 (0)