mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-13 19:29:54 +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 = '''
|
||||
login_results:
|
||||
description: Results from the login.
|
||||
login_result:
|
||||
description: Result from the login.
|
||||
returned: when O(state=present)
|
||||
type: dict
|
||||
sample: {
|
||||
|
||||
Reference in New Issue
Block a user