mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #10141 from dresden-weekly/fix_#10051
fixes #10051 as suggested by @aikomastboom
This commit is contained in:
commit
0b8101aec3
1 changed files with 2 additions and 0 deletions
|
@ -934,6 +934,8 @@ class Runner(object):
|
||||||
actual_private_key_file = delegate['private_key_file']
|
actual_private_key_file = delegate['private_key_file']
|
||||||
self.sudo_pass = delegate['sudo_pass']
|
self.sudo_pass = delegate['sudo_pass']
|
||||||
inject = delegate['inject']
|
inject = delegate['inject']
|
||||||
|
# set resolved delegate_to into inject so modules can call _remote_checksum
|
||||||
|
inject['delegate_to'] = self.delegate_to
|
||||||
|
|
||||||
# user/pass may still contain variables at this stage
|
# user/pass may still contain variables at this stage
|
||||||
actual_user = template.template(self.basedir, actual_user, inject)
|
actual_user = template.template(self.basedir, actual_user, inject)
|
||||||
|
|
Loading…
Reference in a new issue