Skip to content

Commit 003ac66

Browse files
committed
install python3-dnf for ansible
1 parent 6a065ee commit 003ac66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Dockerfile-rockylinux-8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN dnf install -y epel-release
66
RUN dnf install -y cronie
77
RUN dnf install -y git
88
RUN dnf install -y curl
9+
RUN dnf install -y python3-dnf
910

1011
# We now use uv to install and run ansible (see test_playbooks.sh)
1112
#RUN dnf install -y python3-pip

0 commit comments

Comments
 (0)