Skip to content

Commit a3f724d

Browse files
Add NetBSD as a recognized platform (#3586)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b258f0a commit a3f724d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/ansiblelint/schemas/meta.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,35 @@
760760
"title": "NXOSPlatformModel",
761761
"type": "object"
762762
},
763+
"NetBSDPlatformModel": {
764+
"properties": {
765+
"name": {
766+
"const": "NetBSD",
767+
"title": "Name",
768+
"type": "string"
769+
},
770+
"versions": {
771+
"default": "all",
772+
"items": {
773+
"enum": [
774+
"8.0",
775+
"8.1",
776+
"8.2",
777+
"9.0",
778+
"9.1",
779+
"9.2",
780+
"9.3",
781+
"10.0",
782+
"all"
783+
],
784+
"type": "string"
785+
},
786+
"type": "array"
787+
}
788+
},
789+
"title": "NetBSDPlatformModel",
790+
"type": "object"
791+
},
763792
"OpenBSDPlatformModel": {
764793
"properties": {
765794
"name": {
@@ -1261,6 +1290,9 @@
12611290
{
12621291
"$ref": "#/$defs/CumulusPlatformModel"
12631292
},
1293+
{
1294+
"$ref": "#/$defs/NetBSDPlatformModel"
1295+
},
12641296
{
12651297
"$ref": "#/$defs/DebianPlatformModel"
12661298
},

0 commit comments

Comments
 (0)