Skip to content

Commit

Permalink
update playbook.json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Nov 12, 2023
1 parent f524bc9 commit 1c8221e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schemas/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
"name": {
"type": "string"
},
"on_exit": {
"type": "string"
},
"options": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -282,6 +285,10 @@
"type": "boolean",
"default": false
},
"chmod+x": {
"type": "boolean",
"default": false
},
"exclude": {
"type": "array",
"items": {
Expand Down

0 comments on commit 1c8221e

Please sign in to comment.