Update win_exec_wrapper integration test to match #86029 (#86052)

* Remove assertion now that there is no warning
pull/86044/head
Sloane Hertel 1 month ago committed by GitHub
parent e4b4787c02
commit df34bf9e70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -268,14 +268,6 @@
<<: *become_vars
ansible_remote_tmp: C:\Windows\TEMP\test-dir
- name: assert warning about tmpdir deletion is present
assert:
that:
- temp_deletion_warning.warnings | count == 1
- >-
temp_deletion_warning.warnings[0] is
regex("(?i).*Failed to cleanup temporary directory 'C:\\\\Windows\\\\TEMP\\\\test-dir\\\\.*' used for compiling C# code\\. Files may still be present after the task is complete\\..*")
always:
- name: ensure test user is deleted
win_user:

Loading…
Cancel
Save