mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
Compare commits
2 commits
8e5473c738
...
f55954cf38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f55954cf38 | ||
|
|
1b760a8f29 |
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ class CallbackModule(CallbackBase):
|
|||
if self.datetime_format is not None:
|
||||
if self.datetime_format == 'iso8601':
|
||||
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):
|
||||
if not self.summary_only:
|
||||
|
|
|
|||
Loading…
Reference in a new issue