mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixes #6567 put the git wrapper script in the module temp dir
This commit is contained in:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user