Leverage cowsay if installed.

This commit is contained in:
Michael DeHaan 2012-05-26 11:52:01 -04:00
commit 0972b761de
3 changed files with 21 additions and 7 deletions

View file

@ -84,7 +84,7 @@ def main(args):
pb.run()
hosts = sorted(pb.stats.processed.keys())
print "\n\nPLAY RECAP **********************\n\n"
print callbacks.banner("PLAY RECAP")
for h in hosts:
t = pb.stats.summarize(h)
print "%-30s : ok=%4s changed=%4s unreachable=%4s failed=%4s " % (h,