summaryrefslogtreecommitdiff
path: root/changelogs/fragments/win-temp-cleanup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/win-temp-cleanup.yml')
-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.