mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
profile_tasks: Fix last task time with multiple plays (#53065)
This commit is contained in:
parent
832a669104
commit
66eb301cd3
2 changed files with 3 additions and 0 deletions
|
@ -171,6 +171,7 @@ class CallbackModule(CallbackBase):
|
|||
self._display.display(filled("", fchar="="))
|
||||
|
||||
timestamp(self)
|
||||
self.current = None
|
||||
|
||||
results = self.stats.items()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue