Skip to content

Commit

Permalink
Add Kali Linux as a supported platform (#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj authored May 16, 2023
1 parent a84c5d9 commit 235eb0b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,36 @@
"title": "JunosPlatformModel",
"type": "object"
},
"KaliPlatformModel": {
"properties": {
"name": {
"const": "Kali",
"title": "Name",
"type": "string"
},
"versions": {
"default": "all",
"items": {
"enum": [
"2.0",
"2016",
"2017",
"2018",
"2019",
"2020",
"2021",
"2022",
"2023",
"all"
],
"type": "string"
},
"type": "array"
}
},
"title": "KaliPlatformModel",
"type": "object"
},
"MacOSXPlatformModel": {
"properties": {
"name": {
Expand Down Expand Up @@ -1265,6 +1295,9 @@
{
"$ref": "#/$defs/JunosPlatformModel"
},
{
"$ref": "#/$defs/KaliPlatformModel"
},
{
"$ref": "#/$defs/macOSPlatformModel"
},
Expand Down

0 comments on commit 235eb0b

Please sign in to comment.