mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed format
This commit is contained in:
@@ -138,5 +138,5 @@ class CallbackModule(CallbackBase):
|
||||
for uuid, result in results:
|
||||
msg=u"{0:-<{2}}{1:->9}".format(result['name'] + u' ',u' {0:.02f}s'.format(result['time']), self.columns - 9)
|
||||
if 'path' in result:
|
||||
msg += u"\n{0:-<{1}}".format(result['path'] + u' '.format(self.columns))
|
||||
msg += u"\n{0:-<{1}}".format(result['path'] + u' ', self.columns)
|
||||
self._display.display(msg)
|
||||
|
||||
Reference in New Issue
Block a user