Relative symlinks don't really work (module bug) and would be confusing anyway, better to be explicit.
This commit is contained in:
parent
0802d99d95
commit
046942f4cd
1 changed files with 1 additions and 1 deletions
2
file
2
file
|
@ -321,7 +321,7 @@ def main():
|
|||
if os.path.isabs(src):
|
||||
abs_src = src
|
||||
else:
|
||||
abs_src = os.path.join(os.path.dirname(dest), src)
|
||||
module.fail_json(msg="absolute paths are required")
|
||||
if not os.path.exists(abs_src):
|
||||
module_fail_json(path=path, src=src, msg='src file does not exist')
|
||||
|
||||
|
|
Loading…
Reference in a new issue