mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 14:20:04 -07:00
Initial support for running gather_facts through fireball2
This commit is contained in:
parent
b45342923c
commit
167f185092
2 changed files with 1 additions and 2 deletions
|
@ -447,7 +447,7 @@ class PlayBook(object):
|
|||
remote_pass=self.remote_pass, remote_port=play.remote_port, private_key_file=self.private_key_file,
|
||||
setup_cache=self.SETUP_CACHE, callbacks=self.runner_callbacks, sudo=play.sudo, sudo_user=play.sudo_user,
|
||||
transport=play.transport, sudo_pass=self.sudo_pass, is_playbook=True, module_vars=play.vars,
|
||||
check=self.check, diff=self.diff
|
||||
check=self.check, diff=self.diff, accelerate=play.accelerate
|
||||
).run()
|
||||
self.stats.compute(setup_results, setup=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue