mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 12:19:53 +01:00
* Remove assertion now that there is no warning
This commit is contained in:
parent
e4b4787c02
commit
df34bf9e70
|
|
@ -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…
Reference in New Issue
Block a user