mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
make sure the setup step in a playbook has the sshpass included
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user