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:30:18 +10:00
parent 549c728277
commit a254419372

View File

@ -186,8 +186,8 @@ class CallbackModule(CallbackBase):
print([h])
print(', '.join([ str(s[k]) for k in ['ok', 'changed', 'unreachable',
'failures', 'rescued', 'ignored']]))
t.add_row( ', '.join([ str(s[k]) for k in ['ok', 'changed', 'unreachable',
'failures', 'rescued', 'ignored']]) )
t.add_row( "[" + ', '.join([ str(s[k]) for k in ['ok', 'changed', 'unreachable',
'failures', 'rescued', 'ignored']]) + "]")
msg = []
title = '<u><b>Ansible:</b></u> <b>ENDED</b>'