Skip to content

Commit

Permalink
Update rulebook schema (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 23, 2023
1 parent 4cc5b52 commit 18f2c64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/schemas/__store__.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/role-arg-spec.json"
},
"rulebook": {
"etag": "ee7f73bde78f2350cc6fc45e5070efaccc79a8f15f9217785df127e28e5ca9f3",
"etag": "607eeed6d517b942b4cf86c9b2f811757feccd9f7163e5298ebc8e1f2537c748",
"url": "https://raw.githubusercontent.com/ansible/ansible-rulebook/main/ansible_rulebook/schema/ruleset_schema.json"
},
"tasks": {
Expand Down
4 changes: 4 additions & 0 deletions src/ansiblelint/schemas/rulebook.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"type": "boolean",
"default": false
},
"match_multiple_rules": {
"type": "boolean",
"default": false
},
"name": {
"type": "string"
},
Expand Down

0 comments on commit 18f2c64

Please sign in to comment.