We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513ad1c commit 825688bCopy full SHA for 825688b
ansible/roles/cuda/defaults/main.yml
@@ -1,4 +1,4 @@
1
-cuda_distro: rhel8
+cuda_distro: "rhel{{ ansible_distribution_major_version }}"
2
cuda_repo: "https://developer.download.nvidia.com/compute/cuda/repos/{{ cuda_distro }}/x86_64/cuda-{{ cuda_distro }}.repo"
3
cuda_driver_stream: default
4
cuda_packages:
0 commit comments