mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixes for dnf and user integration tests. (#34603)
* Fix user test. * Use `dnf` instead of `yum` in dnf test. * Install correct version of rpmfluff for tests.
This commit is contained in:
parent
70cafcdef6
commit
9599630976
3 changed files with 12 additions and 1 deletions
|
@ -209,6 +209,6 @@
|
|||
# ============================================================================
|
||||
always:
|
||||
- name: Clean up
|
||||
yum:
|
||||
dnf:
|
||||
name: foo
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue