Initial support for running gather_facts through fireball2

This commit is contained in:
James Cammarata 2013-08-27 14:34:32 -05:00
parent b45342923c
commit 167f185092
2 changed files with 1 additions and 2 deletions

View file

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