mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
adjusted list hosts across adhoc and playbook cli
This commit is contained in:
parent
3a50c08c01
commit
ced93d35ca
2 changed files with 2 additions and 1 deletions
|
@ -111,6 +111,7 @@ class AdHocCLI(CLI):
|
|||
self.display.warning("provided hosts list is empty, only localhost is available")
|
||||
|
||||
if self.options.listhosts:
|
||||
self.display.display(' hosts (%d):' % len(hosts))
|
||||
for host in hosts:
|
||||
self.display.display(' %s' % host)
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue