mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add known_hosts_file to salt-ssh opts_pkg in wfuncs
This commit is contained in:
parent
913eedc699
commit
b98df6de24
1 changed files with 2 additions and 0 deletions
|
@ -903,6 +903,8 @@ class Single(object):
|
|||
ret = json.dumps({'local': opts_pkg})
|
||||
return ret, retcode
|
||||
|
||||
if 'known_hosts_file' in self.opts:
|
||||
opts_pkg['known_hosts_file'] = self.opts['known_hosts_file']
|
||||
opts_pkg['file_roots'] = self.opts['file_roots']
|
||||
opts_pkg['pillar_roots'] = self.opts['pillar_roots']
|
||||
opts_pkg['ext_pillar'] = self.opts['ext_pillar']
|
||||
|
|
Loading…
Add table
Reference in a new issue