Update the `dest` return parameter in the 'result` dictionary in case that the 'dest' variable gets recomposed from the destination directory and the filename. (#53823)

That's a proposal to fix #53822.
pull/54558/head
Michael Riss 5 years ago committed by ansibot
parent f86345f777
commit b24a1b3e13

@ -573,6 +573,7 @@ def main():
# it.
filename = url_filename(info['url'])
dest = os.path.join(dest, filename)
result['dest'] = dest
# raise an error if there is no tmpsrc file
if not os.path.exists(tmpsrc):

Loading…
Cancel
Save