Skip to content

Commit

Permalink
description suggestion from reviewer/maintainer
Browse files Browse the repository at this point in the history
Co-authored-by: Bikouo Aubin <[email protected]>
  • Loading branch information
yurnov and abikouo authored Dec 11, 2024
1 parent f2d507a commit dedfc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/helm_registry_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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']
Expand Down

0 comments on commit dedfc3c

Please sign in to comment.