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. (cherry picked from commitpull/86093/head99bb587906) * Update win_exec_wrapper integration test to match #86029 (#86052) * Remove assertion now that there is no warning (cherry picked from commitdf34bf9e70) --------- Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
parent
549a6acac8
commit
2ca84eea86
@ -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