Rename login_results to login_result in docker_login docstring (#1121)

This commit is contained in:
Laurent Commarieu 2025-08-26 21:48:57 +02:00 committed by GitHub
parent 3d44b9569c
commit ba58752646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,8 +110,8 @@ EXAMPLES = r"""
"""
RETURN = r"""
login_results:
description: Results from the login.
login_result:
description: Result from the login.
returned: when O(state=present)
type: dict
sample: {"serveraddress": "localhost:5000", "username": "testuser"}