mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Added quotes to start and end samples
This commit is contained in:
@@ -104,12 +104,12 @@ end:
|
||||
description: cmd end time
|
||||
returned: always
|
||||
type: string
|
||||
sample: 2017-09-29 22:03:48.084657
|
||||
sample: '2017-09-29 22:03:48.084657'
|
||||
start:
|
||||
description: cmd start time
|
||||
returned: always
|
||||
type: string
|
||||
sample: 2017-09-29 22:03:48.083128
|
||||
sample: '2017-09-29 22:03:48.083128'
|
||||
'''
|
||||
|
||||
import datetime
|
||||
|
||||
Reference in New Issue
Block a user