Skip to content

Commit

Permalink
Add NetBSD as a recognized platform (#3586)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
he32 and pre-commit-ci[bot] committed Jun 22, 2023
1 parent b258f0a commit a3f724d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,35 @@
"title": "NXOSPlatformModel",
"type": "object"
},
"NetBSDPlatformModel": {
"properties": {
"name": {
"const": "NetBSD",
"title": "Name",
"type": "string"
},
"versions": {
"default": "all",
"items": {
"enum": [
"8.0",
"8.1",
"8.2",
"9.0",
"9.1",
"9.2",
"9.3",
"10.0",
"all"
],
"type": "string"
},
"type": "array"
}
},
"title": "NetBSDPlatformModel",
"type": "object"
},
"OpenBSDPlatformModel": {
"properties": {
"name": {
Expand Down Expand Up @@ -1261,6 +1290,9 @@
{
"$ref": "#/$defs/CumulusPlatformModel"
},
{
"$ref": "#/$defs/NetBSDPlatformModel"
},
{
"$ref": "#/$defs/DebianPlatformModel"
},
Expand Down

0 comments on commit a3f724d

Please sign in to comment.