From 4ebeee862f74429ef55b8f7467d3bd2ad153ab53 Mon Sep 17 00:00:00 2001 From: Viktor Berke Date: Tue, 3 Dec 2024 18:18:13 +0100 Subject: [PATCH] Really fix Fedora 41 --- tasks/update_el8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/update_el8.yml b/tasks/update_el8.yml index bbfec18..6c6ee34 100644 --- a/tasks/update_el8.yml +++ b/tasks/update_el8.yml @@ -3,6 +3,7 @@ package: name: "python3-libdnf{% if ansible_pkg_mgr == 'dnf5' %}5{% endif %}" state: latest + use: dnf - name: Update DNF info and all OS packages dnf: