Skip to content

Commit

Permalink
Really fix Fedora 41!
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Dec 3, 2024
1 parent 4ebeee8 commit 221707d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/update_el8.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- name: Install DNF backend
package:
name: "python3-libdnf{% if ansible_pkg_mgr == 'dnf5' %}5{% endif %}"
state: latest
use: dnf
command:
cmd: "dnf -y install python3-libdnf{% if ansible_pkg_mgr == 'dnf5' %}5{% endif %}"
register: noobient_update_dnf_backend
changed_when: ('Nothing to do' not in noobient_update_dnf_backend.stdout)

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

0 comments on commit 221707d

Please sign in to comment.