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:36:11 +10:00
parent 6fa647b7dc
commit 447ece1b34

View File

@ -183,7 +183,7 @@ class CallbackModule(CallbackBase):
unreachable = True unreachable = True
print(s) print(s)
t.add_row([h] ) t.add_row([h.replace('.guaranteedstruggle.host','')] )
print([h.replace('.guaranteedstruggle.host','')]) print([h.replace('.guaranteedstruggle.host','')])
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']]))