summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-03-15 14:57:27 +1000
committerGitHub <noreply@github.com>2019-03-15 14:57:27 +1000
commit4f9de45785a79106c0aedb7a8d00ef6f4590e1da (patch)
treeb2e0469c663647d987cabc7d914e700d6c71689e /changelogs
parent17ed39a0095b10e7939ca0198e29efaf45143f57 (diff)
downloadansible-4f9de45785a79106c0aedb7a8d00ef6f4590e1da.tar.gz
win_tempfile - return absolute path on created temp file (#53827)
* win_tempfile - return absolute path on created temp file * Fix tests for CI
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/win_tempfile-path.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/win_tempfile-path.yaml b/changelogs/fragments/win_tempfile-path.yaml
new file mode 100644
index 0000000000..12edab5aeb
--- /dev/null
+++ b/changelogs/fragments/win_tempfile-path.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+- win_tempfile - Always return the full NTFS absolute path and not a DOS 8.3 path.