mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue