Use Fedora EPEL package to enable EPEL

This commit is contained in:
Adam DeConinck
2021-02-23 22:35:32 +00:00
parent b06f23b213
commit 29a839bbf2
3 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ nvidia_driver_module_params: ''
##############################################################################
# RedHat family #
##############################################################################
epel_package: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
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"