mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
make sure arg, tgt, and tgt_type are passed thru
This commit is contained in:
parent
3611658b29
commit
ad1768ce46
@ -1184,6 +1184,9 @@ class Minion(MinionBase):
|
||||
'id': self.opts['id'],
|
||||
'jid': jid,
|
||||
'fun': fun,
|
||||
'arg': ret.get('arg'),
|
||||
'tgt': ret.get('tgt'),
|
||||
'tgt_type': ret.get('tgt_type'),
|
||||
'load': ret.get('__load__')}
|
||||
load['return'] = {}
|
||||
for key, value in ret.items():
|
||||
|
Loading…
Reference in New Issue
Block a user