Merge pull request #95 from skvidal/master

buglet - make sure sshpass is included in runner for setup in playbooks
pull/70/head
Michael DeHaan 12 years ago
commit 24964b9660

@ -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…
Cancel
Save