mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +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"""
|
RETURN = r"""
|
||||||
login_results:
|
login_result:
|
||||||
description: Results from the login.
|
description: Result from the login.
|
||||||
returned: when O(state=present)
|
returned: when O(state=present)
|
||||||
type: dict
|
type: dict
|
||||||
sample: {"serveraddress": "localhost:5000", "username": "testuser"}
|
sample: {"serveraddress": "localhost:5000", "username": "testuser"}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user