Commit 02d9c328 by James Cammarata

Merge branch 'ByteInternet-pass-basedir-to-runner-on-setup' into devel

parents 769962f8 525e7339
...@@ -505,6 +505,7 @@ class PlayBook(object): ...@@ -505,6 +505,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