upd ansi: add tg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-11-09 14:28:43 +10:00
parent 85c5cf3335
commit be4732e388

View File

@ -183,7 +183,7 @@ class CallbackModule(CallbackBase):
unreachable = True unreachable = True
t.add_row([h] ) t.add_row([h] )
t.add_row( ', '.join([s[k] for k in ['ok', 'changed', 'unreachable', t.add_row( ', '.join([ str(s[k]) for k in ['ok', 'changed', 'unreachable',
'failures', 'rescued', 'ignored']]) ) 'failures', 'rescued', 'ignored']]) )
msg = [] msg = []