mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
Compare commits
2 commits
f55954cf38
...
8e5473c738
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e5473c738 | ||
|
|
2f224e6a6a |
1 changed files with 0 additions and 2 deletions
|
|
@ -177,8 +177,6 @@ class CallbackModule(CallbackBase):
|
||||||
if self.datetime_format is not None:
|
if self.datetime_format is not None:
|
||||||
if self.datetime_format == 'iso8601':
|
if self.datetime_format == 'iso8601':
|
||||||
self.datetime_format = '%Y-%m-%dT%H:%M:%S.%f'
|
self.datetime_format = '%Y-%m-%dT%H:%M:%S.%f'
|
||||||
else:
|
|
||||||
self.datetime_format = '%A %d %B %Y %H:%M:%S %z'
|
|
||||||
|
|
||||||
def _display_tasktime(self):
|
def _display_tasktime(self):
|
||||||
if not self.summary_only:
|
if not self.summary_only:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue