mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix -t tree mode so it writes out the value for each host, not everything, once again
This commit is contained in:
parent
e6f175e929
commit
db61e8f346
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class Cli(object):
|
||||||
options.one_line
|
options.one_line
|
||||||
)
|
)
|
||||||
if options.tree:
|
if options.tree:
|
||||||
write_tree_file(options.tree, hostname, bigjson(results))
|
write_tree_file(options.tree, hostname, bigjson(contacted_host_result(results, hostname)))
|
||||||
buf += msg
|
buf += msg
|
||||||
|
|
||||||
if has_dark_hosts(results):
|
if has_dark_hosts(results):
|
||||||
|
|
Loading…
Add table
Reference in a new issue