mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix docs building
This commit is contained in:
parent
356d9a272a
commit
371d7ec73d
1 changed files with 2 additions and 3 deletions
|
@ -124,16 +124,15 @@ actions:
|
||||||
"Updated config file /Users/chouseknecht/.docker/config.json with new authorization for https://index.docker.io/v1/"
|
"Updated config file /Users/chouseknecht/.docker/config.json with new authorization for https://index.docker.io/v1/"
|
||||||
]
|
]
|
||||||
login_results:
|
login_results:
|
||||||
descriptoin: Results from the login.
|
description: Results from the login.
|
||||||
returned: always
|
returned: always
|
||||||
type: dict
|
type: dict
|
||||||
sample:{
|
sample: {
|
||||||
"email": "testuer@yahoo.com",
|
"email": "testuer@yahoo.com",
|
||||||
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
|
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
|
||||||
"serveraddress": "localhost:5000",
|
"serveraddress": "localhost:5000",
|
||||||
"username": "testuser"
|
"username": "testuser"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
|
|
Loading…
Reference in a new issue