CI: fix fedora build problems

The new fedora 41 has been released and some things have changed. Make
sure to install python and python3-dnf and specify the dnf version in
the roles.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2024-10-31 09:25:57 +01:00 committed by Serge Hallyn
parent cd8a8da7de
commit c8c3731e05

View File

@ -1,7 +1,11 @@
---
# tasks file for ci_run
- name: Ensure python is installed
ansible.builtin.raw: dnf install -y python3 python3-dnf
- name: Ensure dependencies are installed
ansible.builtin.dnf:
use_backend: dnf4
name:
- dnf-plugins-core
- libcmocka-devel