Add missing basedir to Runner in _do_setup_step

pull/4420/head
Allard Hoeve 2014-05-14 15:22:02 +02:00
parent 19dbff916f
commit c5833f9869
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ class PlayBook(object):
# push any variables down to the system
setup_results = ansible.runner.Runner(
basedir=self.basedir,
pattern=play.hosts,
module_name='setup',
module_args={},