From dedfc3ce4d5d95ca9efdbe2bb879ffc689781c94 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Wed, 11 Dec 2024 18:36:59 +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 36876f1f..01130a70 100644 --- a/plugins/modules/helm_registry_auth.py +++ b/plugins/modules/helm_registry_auth.py @@ -30,7 +30,7 @@ options: description: - Desired state of the registry. - 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). + - If set to V(absent) attempt to log out from the remote registry server using the URL specified in O(host). required: false default: present choices: ['present', 'absent']