mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-26 19:44:29 +08:00
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:
parent
cd8a8da7de
commit
c8c3731e05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user