Skip to content

Commit

Permalink
makes the arguments type an Optional[Hash]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcka1n authored Nov 5, 2021
1 parent f275d03 commit 03ffa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"description": "Parameters to give to the plan"
},
"arguments": {
"type": "Hash",
"type": "Optional[Hash]",
"description": "Hash of Bolt arguments to pass, e.g.: {modulepath=>/expl/path, ssl-verify=>false}",
"default": { }
},
Expand Down

0 comments on commit 03ffa40

Please sign in to comment.