mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-14 03:40:33 +00:00
Rename login_results to login_result in docker_login docstring (#1121)
(cherry picked from commit ba58752646)
This commit is contained in:
committed by
Felix Fontein
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user