1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

indented hosts

This commit is contained in:
Brian Coca 2015-07-28 22:31:40 -04:00
parent c0c094c413
commit 132c14eb57

View file

@ -168,7 +168,7 @@ class PlaybookCLI(CLI):
playhosts = set(inventory.get_hosts(play.hosts))
msg += "\n pattern: %s\n total hosts: %d\n hosts:" % (play.hosts, len(playhosts))
for host in playhosts:
msg += "\n %s" % host
msg += "\n %s" % host
self.display.display(msg)