Fixes #6567 put the git wrapper script in the module temp dir

This commit is contained in:
James Tanner 2014-03-19 10:30:10 -04:00
parent 324a943e12
commit 67517e96d3
2 changed files with 4 additions and 1 deletions

View file

@ -1142,3 +1142,5 @@ class AnsibleModule(object):
break
return '%.2f %s' % (float(size)/ limit, suffix)
def get_module_path():
return os.path.dirname(os.path.realpath(__file__))