ci: Manually install python3-libdnf5 first

See: https://pagure.io/fedora-ci/general/issue/474
This commit is contained in:
Timothée Ravier 2024-07-19 16:55:46 +02:00
parent 32f0fa7704
commit cf2612eb87

View file

@ -1,5 +1,9 @@
- hosts: all - hosts: all
tasks: tasks:
- name: Install system dependencies
shell: dnf install -y python3-libdnf5
become: true
- name: Upgrade all packages - name: Upgrade all packages
ansible.builtin.dnf: ansible.builtin.dnf:
name: "*" name: "*"