Skip to content

Commit

Permalink
update playbook schema for #180
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 24, 2024
1 parent b944985 commit a8c2fed
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions schemas/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,31 @@
"items": {
"$ref": "#/definitions/command"
}
},
"options": {
"type": "object",
"additionalProperties": false,
"properties": {
"ignore_errors": {
"type": "boolean",
"default": false
},
"no_auto": {
"type": "boolean",
"default": false
},
"local": {
"type": "boolean",
"default": false
},
"only_on": {
"type": "array",
"additionalItems": false,
"items": {
"type": "string"
}
}
}
}
}
}
Expand Down

0 comments on commit a8c2fed

Please sign in to comment.