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" },