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:
parent
074d3da9bf
commit
32ce141397
1 changed files with 8 additions and 0 deletions
|
@ -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
|
## pkgng - example - state=present for single package
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue