Skip to content

Commit

Permalink
Merge pull request #5 from mcka1n/patch-1
Browse files Browse the repository at this point in the history
Makes the arguments param totally optional
  • Loading branch information
reidmv authored Nov 5, 2021
2 parents f275d03 + 37cbbda commit 6773d55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"description": "Parameters to give to the plan"
},
"arguments": {
"type": "Hash",
"description": "Hash of Bolt arguments to pass, e.g.: {modulepath=>/expl/path, ssl-verify=>false}",
"default": { }
"type": "Optional[Hash]",
"description": "Hash of Bolt arguments to pass, e.g.: {modulepath=>/expl/path, ssl-verify=>false}"
},
"debug": {
"type": "Optional[Boolean]",
Expand Down

0 comments on commit 6773d55

Please sign in to comment.