Ensure runner adds its basedir, so ansible can benefit from plugins

parent 5183417d
......@@ -151,6 +151,8 @@ class Runner(object):
if self.transport == 'local':
self.remote_user = pwd.getpwuid(os.geteuid())[0]
utils.plugins.push_basedir(self.basedir)
# ensure we are using unique tmp paths
random.seed()
......
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