You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/win-temp-cleanup.yml

9 lines
549 B
YAML

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.