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

pull/70/head
Seth Vidal 13 years ago
parent 89d4bc542c
commit 53446d6d45

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

Loading…
Cancel
Save