diff --git a/tasks/dnf5.yml b/tasks/dnf5.yml index 24d8f9e..69fc5d8 100644 --- a/tasks/dnf5.yml +++ b/tasks/dnf5.yml @@ -1,4 +1,8 @@ --- +- name: Install prerequisites for ansible.builtin.dnf5 + ansible.builtin.package: + name: + - python3-libdnf5 - name: Upgrade all packages block: # TODO: Remove the following block when that becomes possible.