Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -70,27 +70,27 @@ RETURN = '''
user_input:
description: User input from interactive console
returned: if no waiting time set
type: string
type: str
sample: Example user input
start:
description: Time when started pausing
returned: always
type: string
type: str
sample: "2017-02-23 14:35:07.298862"
stop:
description: Time when ended pausing
returned: always
type: string
type: str
sample: "2017-02-23 14:35:09.552594"
delta:
description: Time paused in seconds
returned: always
type: string
type: str
sample: 2
stdout:
description: Output of pause module
returned: always
type: string
type: str
sample: Paused for 0.04 minutes
echo:
description: Value of echo setting