From f2d507a8e0f3767650ad0635ecd77fb9d1e77c12 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Wed, 11 Dec 2024 18:36:39 +0200 Subject: [PATCH] description suggestion from reviewer/maintainer Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> --- plugins/modules/helm_registry_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/helm_registry_auth.py b/plugins/modules/helm_registry_auth.py index 5d79c84c..36876f1f 100644 --- a/plugins/modules/helm_registry_auth.py +++ b/plugins/modules/helm_registry_auth.py @@ -29,7 +29,7 @@ options: state: description: - Desired state of the registry. - - If set to C(present) attempt to log in to the remote registry server using the URL specified in I(host). + - If set to V(present) attempt to log in to the remote registry server using the URL specified in O(host). - If set to C(absent) attempt to log out from the remote registry server using the URL specified in I(host). required: false default: present