Skip to content

Commit 61c6926

Browse files
committed
add binary_path to arg_spec
1 parent bbe2dc5 commit 61c6926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/modules/helm_registry_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137

138138
def arg_spec():
139139
return dict(
140+
binary_path=dict(type="path", required=False),
140141
host=dict(type="str", aliases=["registry_url"], required=True),
141142
state=dict(default="present", choices=["present", "absent"], required=False),
142143
insecure=dict(type="bool", default=False, required=False),

0 commit comments

Comments
 (0)