Skip to content

Commit

Permalink
Correct Amazon Linux platform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and audgirka committed May 8, 2023
1 parent b6df698 commit 5a4ef59
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,25 @@
"title": "AlpinePlatformModel",
"type": "object"
},
"AmazonLinuxPlatformModel": {
"properties": {
"name": {
"const": "Amazon Linux",
"title": "Name",
"type": "string"
},
"versions": {
"default": "all",
"items": {
"enum": ["all", "1", "2", "2023"],
"type": "string"
},
"type": "array"
}
},
"title": "Amazon Linux 2PlatformModel",
"type": "object"
},
"AmazonPlatformModel": {
"properties": {
"name": {
Expand Down Expand Up @@ -72,25 +91,6 @@
"title": "AmazonPlatformModel",
"type": "object"
},
"AmazonLinuxPlatformModel": {
"properties": {
"name": {
"const": "Amazon Linux",
"title": "Name",
"type": "string"
},
"versions": {
"default": "all",
"items": {
"enum": ["all", "1", "2", "2013"],
"type": "string"
},
"type": "array"
}
},
"title": "Amazon Linux 2PlatformModel",
"type": "object"
},
"ArchLinuxPlatformModel": {
"properties": {
"name": {
Expand Down

0 comments on commit 5a4ef59

Please sign in to comment.