Skip to content

Commit

Permalink
Add installation of ansible.builtin.dnf5 prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 8, 2024
1 parent d3cab99 commit 32bf087
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/dnf5.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 32bf087

Please sign in to comment.