From 9e50573296d35159ba290fe03eebc189a809eb25 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Feb 2025 17:07:12 +0100 Subject: [PATCH] logdetective: dnf module is not existing in F41 --- roles/logdetective/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index d191132f2f..c37f2aac62 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -19,7 +19,6 @@ cd /etc/yum.repos.d/ && wget https://developer.download.nvidia.com/compute/cuda/repos/fedora41/x86_64/cuda-fedora41.repo dnf clean all dnf -y install cuda-toolkit-12 - dnf -y module install nvidia-driver:open-dkms register: cuda_installation tags: - cuda_installation