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:32:22 +10:00
parent 4210f13e84
commit c0799f88fc

View File

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