Skip to content

Commit

Permalink
raw install of python3-libdnf5
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 21, 2024
1 parent ef901e5 commit b4646db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/bootstrap/tasks/partials/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
- name: remove firewalld
when: has_firewalld.rc == 0
raw: dnf remove -y firewalld

# https://github.com/ansible/ansible/issues/84206
- name: install python3-libdnf5
when: os in ("fedora41")
raw: dnf install -y python3-libdnf5

0 comments on commit b4646db

Please sign in to comment.