mirror of https://github.com/ansible/ansible.git
Remove AddType warning for cleanup (#86029)
Removes the warning emitted when using Add-Type and the cleanup of temp files fails due to a file still being in use. The cleanup should be handled by AnsibleModule on exit giving it more time to wait for any open file handles to close. The exception is still present if calling `Add-CSharpType` without an `AnsibleModule` object.pull/81320/head
parent
22721b5d63
commit
99bb587906
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
Windows - ignore temporary file cleanup warning when using AnsibleModule to
|
||||
compile C# utils. This should reduce the number of warnings that can safely
|
||||
be ignored when running PowerShell modules - https://github.com/ansible/ansible/issues/85976
|
||||
Loading…
Reference in New Issue