mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing whitespace
This commit is contained in:
parent
ce0b5d16b3
commit
9343db69b4
1 changed files with 0 additions and 1 deletions
|
@ -689,7 +689,6 @@ class Runner(object):
|
|||
actual_user = template.template(self.basedir, actual_user, inject)
|
||||
actual_pass = template.template(self.basedir, actual_pass, inject)
|
||||
self.sudo_pass = template.template(self.basedir, self.sudo_pass, inject)
|
||||
|
||||
|
||||
# make actual_user available as __magic__ ansible_ssh_user variable
|
||||
inject['ansible_ssh_user'] = actual_user
|
||||
|
|
Loading…
Reference in a new issue