mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Rename login_results to login_result in docker_login docstring (#1121)
This commit is contained in:
parent
3d44b9569c
commit
ba58752646
@ -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"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user