1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
parent 074d3da9bf
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
##