mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 05:22:39 +00:00
add binary_path to arg_spec
This commit is contained in:
@@ -137,6 +137,7 @@ from ansible_collections.kubernetes.core.plugins.module_utils.helm import (
|
||||
|
||||
def arg_spec():
|
||||
return dict(
|
||||
binary_path=dict(type="path", required=False),
|
||||
host=dict(type="str", aliases=["registry_url"], required=True),
|
||||
state=dict(default="present", choices=["present", "absent"], required=False),
|
||||
insecure=dict(type="bool", default=False, required=False),
|
||||
|
||||
Reference in New Issue
Block a user