win_chocolatey: remove test packages after tests are run (#46431)

(cherry picked from commit 1de88cbaa9)
pull/46479/merge
Jordan Borean 6 years ago committed by Toshio Kuratomi
parent 3cfbc2791f
commit 2388126bdf

@ -91,6 +91,11 @@
include_tasks: tests.yml include_tasks: tests.yml
always: always:
- name: ensure test package is uninstalled after tests
win_chocolatey:
name: '{{ test_choco_packages }}'
state: absent
- name: remove test sources - name: remove test sources
win_chocolatey_source: win_chocolatey_source:
name: '{{ item }}' name: '{{ item }}'

Loading…
Cancel
Save