Skip to content

Commit 91eba27

Browse files
author
Bradley A. Thornton
committed
fix, return options
1 parent 55a6361 commit 91eba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/resource_module/filter_plugins/to_argspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def dive(obj, required=False):
4545
def to_argspec(value):
4646
data = jsonref.loads(json.dumps(value))
4747
result = dive(data['schema'])
48-
return str(result)
48+
return str(result['options'])
4949

5050

5151
class FilterModule(object):

0 commit comments

Comments
 (0)