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:12 +10:00
parent 874ff1094e
commit 85c5cf3335

View File

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