1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
Daniel Hokka Zakrisson 2012-11-18 18:36:37 +01:00
parent 5183417de8
commit d2abfb9ff8

View file

@ -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()