Ensure runner adds its basedir, so ansible can benefit from plugins
This commit is contained in:
parent
5183417de8
commit
d2abfb9ff8
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ class Runner(object):
|
||||||
if self.transport == 'local':
|
if self.transport == 'local':
|
||||||
self.remote_user = pwd.getpwuid(os.geteuid())[0]
|
self.remote_user = pwd.getpwuid(os.geteuid())[0]
|
||||||
|
|
||||||
|
utils.plugins.push_basedir(self.basedir)
|
||||||
|
|
||||||
# ensure we are using unique tmp paths
|
# ensure we are using unique tmp paths
|
||||||
random.seed()
|
random.seed()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue