mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 01:16:41 +00:00
pkgng: add test prepare task
Make sure test environment does not contain the test package.
This commit is contained in:
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user