Commit 7c0431b1 by Allard Hoeve Committed by James Cammarata

Add missing basedir to Runner in _do_setup_step

parent 1c5055a4
...@@ -533,6 +533,7 @@ class PlayBook(object): ...@@ -533,6 +533,7 @@ class PlayBook(object):
# push any variables down to the system # push any variables down to the system
setup_results = ansible.runner.Runner( setup_results = ansible.runner.Runner(
basedir=self.basedir,
pattern=play.hosts, pattern=play.hosts,
module_name='setup', module_name='setup',
module_args={}, module_args={},
......
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