mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Small changes.
This commit is contained in:
parent
b7fbc57227
commit
3749ba6ee1
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>, and others
|
# Copyright: (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>, and others
|
||||||
# (c) 2016, Toshio Kuratomi <tkuratomi@ansible.com>
|
# Copyright: (c) 2016, Toshio Kuratomi <tkuratomi@ansible.com>
|
||||||
#
|
#
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
|
@ -99,17 +99,17 @@ delta:
|
||||||
description: cmd end time - cmd start time
|
description: cmd end time - cmd start time
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: '0:00:00.001529'
|
sample: 0:00:00.001529
|
||||||
end:
|
end:
|
||||||
description: cmd end time
|
description: cmd end time
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: '2017-09-29 22:03:48.084657'
|
sample: 2017-09-29 22:03:48.084657
|
||||||
start:
|
start:
|
||||||
description: cmd start time
|
description: cmd start time
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: '2017-09-29 22:03:48.083128'
|
sample: 2017-09-29 22:03:48.083128
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue