mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #95 from skvidal/master
buglet - make sure sshpass is included in runner for setup in playbooks
This commit is contained in:
@@ -498,6 +498,7 @@ class PlayBook(object):
|
||||
module_path=self.module_path,
|
||||
timeout=self.timeout,
|
||||
remote_user=user,
|
||||
remote_pass=self.remote_pass,
|
||||
setup_cache=SETUP_CACHE
|
||||
).run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user