From 1c8221ef2a80fc56e20c9ec15d078b6c2b90e1b2 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 11 Nov 2023 21:25:44 -0600 Subject: [PATCH] update playbook.json schema --- schemas/playbook.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": {