Skip to content

Commit 7cbe080

Browse files
authored
Update rulebook schema (#4373)
1 parent 716f283 commit 7cbe080

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/ansiblelint/schemas/__store__.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/changelog.json"
1313
},
1414
"execution-environment": {
15-
"etag": "b59d0bf4fc37a9e1825e06fba278e09ba75fc9c046160ca3d27e52448b7a7ce5",
15+
"etag": "075ab552988793a43ddfe9907b0e391331c54b5dbee2ad1a194e6fc9268e5df9",
1616
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/execution-environment.json"
1717
},
1818
"galaxy": {
@@ -44,11 +44,11 @@
4444
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/requirements.json"
4545
},
4646
"role-arg-spec": {
47-
"etag": "e41a42e1ca634a9eb2edbc4a180f404bdc71e17aafa464e6651387c08152bbc5",
47+
"etag": "c470f67bc8eec3937957773074d7b6549deefd83dd0c3e13db725df166a66df3",
4848
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/role-arg-spec.json"
4949
},
5050
"rulebook": {
51-
"etag": "baba5774a46fcc2bc8c4a8c2f25b49df64a0856e415dbf601b0559f215e55968",
51+
"etag": "8113782a066a9a7aba1f3f42aeb7f8315fa49b5bf0b158a61e44a3eba22dd22f",
5252
"url": "https://raw.githubusercontent.com/ansible/ansible-rulebook/main/ansible_rulebook/schema/ruleset_schema.json"
5353
},
5454
"tasks": {

src/ansiblelint/schemas/rulebook.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,10 @@
453453
},
454454
"delay": {
455455
"type": "integer"
456+
},
457+
"include_events": {
458+
"type": "boolean",
459+
"default": true
456460
}
457461
},
458462
"required": [
@@ -502,6 +506,10 @@
502506
},
503507
"delay": {
504508
"type": "integer"
509+
},
510+
"include_events": {
511+
"type": "boolean",
512+
"default": true
505513
}
506514
},
507515
"required": [

0 commit comments

Comments
 (0)