Merge pull request #7382 from jimi-c/issue_7366_synchronize_inventory_dir
Do not base synchronize source on the inventory directory
This commit is contained in:
commit
809b931640
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 "/"
|
# make sure the dwim'd path ends in a trailing "/"
|
||||||
# if the original path did
|
# if the original path did
|
||||||
path += '/'
|
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
|
return path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue