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
+2 -2
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"}