Commit c00f5d42 by Calen Pennington

fixup! Capture playbook timing in a single Timestamp object

parent d670d0d1
......@@ -209,7 +209,7 @@ class CallbackModule(object):
if self.current_task is not None:
self.stats[self.current_task].stop()
self.playbook_end = datetime.utcnow()
self.playbook_timestamp.stop()
# Sort the tasks by their running time
results = sorted(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment