From 50e47b520dbfebc55158176856168ddbdca34318 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Wed, 11 Dec 2024 18:41:31 +0200 Subject: [PATCH] Update plugins/modules/helm_registry_auth.py Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> --- plugins/modules/helm_registry_auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/helm_registry_auth.py b/plugins/modules/helm_registry_auth.py index 06eecf29..ad9dd815 100644 --- a/plugins/modules/helm_registry_auth.py +++ b/plugins/modules/helm_registry_auth.py @@ -187,7 +187,6 @@ def main(): module = AnsibleHelmModule( argument_spec=arg_spec(), required_together=[["username", "password"]], - mutually_exclusive=None, supports_check_mode=True, )