mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +00:00
Update plugins/modules/helm_registry_auth.py
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0592294dd4
commit
50e47b520d
@@ -187,7 +187,6 @@ def main():
|
|||||||
module = AnsibleHelmModule(
|
module = AnsibleHelmModule(
|
||||||
argument_spec=arg_spec(),
|
argument_spec=arg_spec(),
|
||||||
required_together=[["username", "password"]],
|
required_together=[["username", "password"]],
|
||||||
mutually_exclusive=None,
|
|
||||||
supports_check_mode=True,
|
supports_check_mode=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user