mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Fixing bug relating to su without an su_pass
This commit is contained in:
parent
fac7c6d3fe
commit
88e2595a90
2 changed files with 9 additions and 5 deletions
|
@ -488,8 +488,11 @@ class PlayBook(object):
|
|||
callbacks=self.runner_callbacks,
|
||||
sudo=play.sudo,
|
||||
sudo_user=play.sudo_user,
|
||||
transport=play.transport,
|
||||
sudo_pass=self.sudo_pass,
|
||||
su=play.su,
|
||||
su_user=play.su_user,
|
||||
su_pass=self.su_pass,
|
||||
transport=play.transport,
|
||||
is_playbook=True,
|
||||
module_vars=play.vars,
|
||||
default_vars=play.default_vars,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue