mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 21:02:36 +00:00
Rename login_results to login_result in docker_login docstring (#1121)
(cherry picked from commit ba58752646)
This commit is contained in:
parent
89d2044dc6
commit
218ed586fa
@ -110,8 +110,8 @@ EXAMPLES = '''
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
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: {
|
sample: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user