mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
win_chocolatey: remove test packages after tests are run (#46431)
This commit is contained in:
@@ -91,6 +91,11 @@
|
||||
include_tasks: tests.yml
|
||||
|
||||
always:
|
||||
- name: ensure test package is uninstalled after tests
|
||||
win_chocolatey:
|
||||
name: '{{ test_choco_packages }}'
|
||||
state: absent
|
||||
|
||||
- name: remove test sources
|
||||
win_chocolatey_source:
|
||||
name: '{{ item }}'
|
||||
|
||||
Reference in New Issue
Block a user