mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
indented hosts
This commit is contained in:
parent
c0c094c413
commit
132c14eb57
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class PlaybookCLI(CLI):
|
||||||
playhosts = set(inventory.get_hosts(play.hosts))
|
playhosts = set(inventory.get_hosts(play.hosts))
|
||||||
msg += "\n pattern: %s\n total hosts: %d\n hosts:" % (play.hosts, len(playhosts))
|
msg += "\n pattern: %s\n total hosts: %d\n hosts:" % (play.hosts, len(playhosts))
|
||||||
for host in playhosts:
|
for host in playhosts:
|
||||||
msg += "\n %s" % host
|
msg += "\n %s" % host
|
||||||
|
|
||||||
self.display.display(msg)
|
self.display.display(msg)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue