mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36137 from cachedout/issue_35423
Allow highstate outputter to show all results
This commit is contained in:
commit
7b96197c5e
1 changed files with 0 additions and 3 deletions
|
@ -133,9 +133,6 @@ def output(data):
|
|||
ret = [
|
||||
_format_host(host, hostdata)[0]
|
||||
for host, hostdata in six.iteritems(data)
|
||||
# Highstate return data must be a dict, if this is not the case
|
||||
# then this value is likely a retcode.
|
||||
if isinstance(hostdata, dict)
|
||||
]
|
||||
if ret:
|
||||
return "\n".join(ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue