mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
a6a1e240c6
commit
38c2c60849
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@ class ActionModule(object):
|
|||
# make sure the dwim'd path ends in a trailing "/"
|
||||
# if the original path did
|
||||
path += '/'
|
||||
elif 'inventory_dir' in self.inject['vars']:
|
||||
# non-roles
|
||||
abs_dir = os.path.abspath(self.inject['vars']['inventory_dir'])
|
||||
path = os.path.join(abs_dir, path)
|
||||
|
||||
return path
|
||||
|
||||
|
|
Loading…
Reference in a new issue