diff --git a/schemas/playbook.json b/schemas/playbook.json index ee785447..8be92c18 100644 --- a/schemas/playbook.json +++ b/schemas/playbook.json @@ -216,6 +216,9 @@ "name": { "type": "string" }, + "on_exit": { + "type": "string" + }, "options": { "type": "object", "additionalProperties": false, @@ -282,6 +285,10 @@ "type": "boolean", "default": false }, + "chmod+x": { + "type": "boolean", + "default": false + }, "exclude": { "type": "array", "items": {