Commit 24964b96 by Michael DeHaan

Merge pull request #95 from skvidal/master

buglet - make sure sshpass is included in runner for setup in playbooks
parents 86590ea6 53446d6d
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment