mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Leverage cowsay if installed.
This commit is contained in:
parent
960e7c331c
commit
0972b761de
3 changed files with 21 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue