make sure the setup step in a playbook has the sshpass included

This commit is contained in:
Seth Vidal 2012-03-23 16:41:44 -04:00
commit 53446d6d45

View file

@ -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()