Merge pull request #95 from skvidal/master
buglet - make sure sshpass is included in runner for setup in playbooks
This commit is contained in:
commit
24964b9660
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ class PlayBook(object):
|
||||||
module_path=self.module_path,
|
module_path=self.module_path,
|
||||||
timeout=self.timeout,
|
timeout=self.timeout,
|
||||||
remote_user=user,
|
remote_user=user,
|
||||||
|
remote_pass=self.remote_pass,
|
||||||
setup_cache=SETUP_CACHE
|
setup_cache=SETUP_CACHE
|
||||||
).run()
|
).run()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue