Merge pull request #42619 from rallytime/bp-42589

Back-port #42589 to 2017.7
This commit is contained in:
garethgreenaway 2017-07-28 12:26:35 -07:00 committed by GitHub
commit e671242a4f

View file

@ -467,6 +467,8 @@ class SSH(object):
for default in self.defaults:
if default not in self.targets[host]:
self.targets[host][default] = self.defaults[default]
if 'host' not in self.targets[host]:
self.targets[host]['host'] = host
args = (
que,
self.opts,