From 37cbbda2d4ed746f8ef6ab3d705df50c15124571 Mon Sep 17 00:00:00 2001 From: Ed Mckain Date: Fri, 5 Nov 2021 16:36:53 +0100 Subject: [PATCH] removes default value for arguments in module description --- tasks/init.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/init.json b/tasks/init.json index 17ad564..0e4a4ac 100644 --- a/tasks/init.json +++ b/tasks/init.json @@ -11,8 +11,7 @@ }, "arguments": { "type": "Optional[Hash]", - "description": "Hash of Bolt arguments to pass, e.g.: {modulepath=>/expl/path, ssl-verify=>false}", - "default": { } + "description": "Hash of Bolt arguments to pass, e.g.: {modulepath=>/expl/path, ssl-verify=>false}" }, "debug": { "type": "Optional[Boolean]",