ci: Manually install python3-libdnf5 first
See: https://pagure.io/fedora-ci/general/issue/474
This commit is contained in:
parent
32f0fa7704
commit
cf2612eb87
1 changed files with 4 additions and 0 deletions
|
@ -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: "*"
|
||||||
|
|
Loading…
Reference in a new issue