Skip to content

Commit

Permalink
Fix missing DNF backend on Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Dec 3, 2024
1 parent 5b1aaa0 commit a64fa9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/update_el8.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: Install DNF backend
package:
name: "python3-libdnf{% if ansible_pkg_mgr == 'dnf5' %}5{% endif %}"
state: latest

- name: Update DNF info and all OS packages
dnf:
name: '*'
Expand Down

0 comments on commit a64fa9e

Please sign in to comment.