mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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
|
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 }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user