From 12aab7a07695656c7530998774e86b98fbbd81cc Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Tue, 28 Feb 2023 16:45:42 -0800 Subject: [PATCH] add missing password field --- plugin/yaml/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/yaml/schema.json b/plugin/yaml/schema.json index ce5dc7c1..6973acdc 100644 --- a/plugin/yaml/schema.json +++ b/plugin/yaml/schema.json @@ -74,6 +74,9 @@ "ignore_hostkey": { "type": "boolean" }, + "password": { + "type": "string" + }, "private_key": { "type": "string" },