mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
indented hosts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user