Skip to content

Commit

Permalink
removes default value for arguments in module description
Browse files Browse the repository at this point in the history
  • Loading branch information
mcka1n committed Nov 5, 2021
1 parent 03ffa40 commit 37cbbda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 37cbbda

Please sign in to comment.