Commit 647fa6f6 by Max Rothman

Small fixes

parent c2c3922a
...@@ -17,7 +17,7 @@ options: ...@@ -17,7 +17,7 @@ options:
description: description:
- The input - The input
required: true required: true
args args:
description: description:
- Arguments to the function other than the input, varies by function. - Arguments to the function other than the input, varies by function.
""" """
...@@ -159,7 +159,7 @@ def main(): ...@@ -159,7 +159,7 @@ def main():
arg_spec = dict( arg_spec = dict(
function=dict(required=True, type='str'), function=dict(required=True, type='str'),
input=dict(required=True, type='str'), input=dict(required=True),
args=dict(required=False, type='list'), args=dict(required=False, type='list'),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment