mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #23423 from cachedout/remove_jid_event_from_orch
Remove jid_event from state.orch
This commit is contained in:
commit
c96619653e
@ -113,7 +113,6 @@ def orchestrate(mods, saltenv='base', test=None, exclude=None, pillar=None):
|
||||
exclude,
|
||||
pillar=pillar)
|
||||
ret = {minion.opts['id']: running}
|
||||
__jid_event__.fire_event({'data': ret, 'outputter': 'highstate'}, 'progress')
|
||||
return ret
|
||||
|
||||
# Aliases for orchestrate runner
|
||||
|
Loading…
Reference in New Issue
Block a user