mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -124,17 +124,17 @@ cmd:
|
||||
delta:
|
||||
description: cmd end time - cmd start time
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: 0:00:00.001529
|
||||
end:
|
||||
description: cmd end time
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: '2017-09-29 22:03:48.084657'
|
||||
start:
|
||||
description: cmd start time
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: '2017-09-29 22:03:48.083128'
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user