copr: we now use dnf5 on copr, theres no need of dnf-plugins-core then

This commit is contained in:
Jiri Kyjovsky 2025-02-24 13:56:45 +01:00
parent bb9dd04964
commit 1e8c7dcba9

View file

@ -1,8 +1,3 @@
---
- name: Detect package versions
package_facts: manager=auto
- name: Assure minimal versions of dnf-plugins-core
dnf: name=dnf-plugins-core
state=latest
when: ansible_facts.packages['dnf-plugins-core'][0].version is version('4.0.12', '<')