pkgng: add test prepare task

Make sure test environment does not contain the
test package.
This commit is contained in:
Ross Williams 2021-10-13 01:03:21 +00:00
commit 32ce141397

View file

@ -1,4 +1,12 @@
---
##
## pkgng - prepare test environment
##
- name: Remove test package
pkgng:
name: '{{ pkgng_test_pkg_name }}'
state: absent
##
## pkgng - example - state=present for single package
##