From e351331026f0ed64b44ce8f4183079699c5ae95b Mon Sep 17 00:00:00 2001 From: nvhans <35655609+nvhans@users.noreply.github.com> Date: Wed, 25 Nov 2020 19:45:19 -0500 Subject: [PATCH] Update main.yml remove static location for epel repo for more flexible 'yum epel repo install' with RHEL/CentOS 7 & 8 --- defaults/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 528d531..7c27ba1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -6,8 +6,6 @@ nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf nvidia_driver_module_params: '' # RedHat family -nvidia_driver_rhel_epel_repo_baseurl: "https://download.fedoraproject.org/pub/epel/$releasever/$basearch/" -nvidia_driver_rhel_epel_repo_gpgkey: "https://epel.mirror.constant.com//RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}" nvidia_driver_rhel_cuda_repo_baseurl: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _rhel_repo_dir }}/" nvidia_driver_rhel_cuda_repo_gpgkey: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _rhel_repo_dir }}/7fa2af80.pub"