mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-11 20:12:14 +00:00
Compare commits
2 Commits
f55954cf38
...
8e5473c738
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e5473c738 | ||
|
|
2f224e6a6a |
@@ -177,8 +177,6 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user