summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2023-04-15 07:49:13 +1000
committerGitHub <noreply@github.com>2023-04-14 14:49:13 -0700
commit261e5b74cc51b93692a138b23effdb2987444ad5 (patch)
tree28b340041ce40c27601f930a2f254a9e16968a3e /changelogs
parente267230a6b4abcab47920ea7780f343d0c674882 (diff)
downloadansible-261e5b74cc51b93692a138b23effdb2987444ad5.tar.gz
Ansible.Basic - Improve temporary file cleanup process (#80293) (#80325)
* Ansible.Basic - Improve temporary file cleanup process * Add comment on struct value used (cherry picked from commit ba4505f5cb2fb52cda450a06679ddea3599e3e70)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/win-temp-cleanup.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelogs/fragments/win-temp-cleanup.yml b/changelogs/fragments/win-temp-cleanup.yml
new file mode 100644
index 0000000000..4283f2a1b6
--- /dev/null
+++ b/changelogs/fragments/win-temp-cleanup.yml
@@ -0,0 +1,8 @@
+bugfixes:
+- >-
+ Windows - Improve temporary file cleanup used by modules. Will use a more reliable delete operation on Windows
+ Server 2016 and newer to delete files that might still be open by other software like Anti Virus scanners. There are
+ still scenarios where a file or directory cannot be deleted but the new method should work in more scenarios.
+- >-
+ Windows - Display a warning if the module failed to cleanup any temporary files rather than failing the task. The
+ warning contains a brief description of what failed to be deleted.