mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +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 = '''
|
||||
login_results:
|
||||
description: Results from the login.
|
||||
login_result:
|
||||
description: Result from the login.
|
||||
returned: when O(state=present)
|
||||
type: dict
|
||||
sample: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user