diff --git a/plugins/modules/helm_pull.py b/plugins/modules/helm_pull.py index b9a3ac02b3..943d4c513f 100644 --- a/plugins/modules/helm_pull.py +++ b/plugins/modules/helm_pull.py @@ -189,7 +189,7 @@ def main(): repo_password=dict( type="str", no_log=True, aliases=["password", "chart_repo_password"] ), - pass_credentials=dict(type="bool", default=False, no_log=True), + pass_credentials=dict(type="bool", default=False, no_log=False), skip_tls_certs_check=dict(type="bool", default=False), chart_devel=dict(type="bool"), untar_chart=dict(type="bool", default=False),