Commit 53446d6d by Seth Vidal

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

parent 89d4bc54
......@@ -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