From b4646dbae04221575623820a981aa999213ad478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 21 Nov 2024 12:59:36 +0100 Subject: [PATCH] raw install of python3-libdnf5 --- ansible/roles/bootstrap/tasks/partials/fedora.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/roles/bootstrap/tasks/partials/fedora.yml b/ansible/roles/bootstrap/tasks/partials/fedora.yml index c025657fa..2bed92855 100644 --- a/ansible/roles/bootstrap/tasks/partials/fedora.yml +++ b/ansible/roles/bootstrap/tasks/partials/fedora.yml @@ -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