Commit 132c14eb by Brian Coca

indented hosts

parent c0c094c4
...@@ -168,7 +168,7 @@ class PlaybookCLI(CLI): ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment