mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix state_verbose output in salt-call
This commit is contained in:
parent
36fe81b5a0
commit
81b0e23c87
@ -103,4 +103,7 @@ class Caller(object):
|
||||
)
|
||||
if printout is None:
|
||||
printout = salt.output.get_outputter(None)
|
||||
printout({'local': ret['return']}, color=not bool(self.opts['no_color']))
|
||||
printout(
|
||||
{'local': ret['return']},
|
||||
color=not bool(self.opts['no_color']),
|
||||
**self.opts)
|
||||
|
Loading…
Reference in New Issue
Block a user