From 1cb2285afdb98cca6a2cb661d293885c2dea9daa Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Feb 2025 17:01:03 +0100 Subject: [PATCH] logdetective: F41's DNF5 has no --add-repo in config-manager --- roles/logdetective/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index f3481edf71..d191132f2f 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -16,7 +16,7 @@ - name: Download and install cuda drivers repo ansible.builtin.shell: cmd: | - dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora41/x86_64/cuda-fedora41.repo + 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