description suggestion from reviewer/maintainer

Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
This commit is contained in:
Yuriy Novostavskiy
2024-12-11 18:36:59 +02:00
committed by GitHub
parent f2d507a8e0
commit dedfc3ce4d

View File

@@ -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']