mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
outputter virt_list does not exist anymore
This commit is contained in:
parent
097aa7ccfc
commit
95e0fe7744
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ def list(host=None, quiet=False, hyper=None): # pylint: disable=redefined-built
|
|||
chunk[id_] = data
|
||||
ret.update(chunk)
|
||||
if not quiet:
|
||||
__jid_event__.fire_event({'data': chunk, 'outputter': 'virt_list'}, 'progress')
|
||||
__jid_event__.fire_event({'data': chunk, 'outputter': 'nested'}, 'progress')
|
||||
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue