Skip to content

Commit 4b0b813

Browse files
committed
Correct cuda_samples_path for secure nfs-homedirs
The ``rocky`` user's homedir has moved from ``/home/rocky`` to ``/var/lib/rocky``. This updates ``cuda_samples_path`` to use that.
1 parent 6bf1dbb commit 4b0b813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cuda/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cuda_packages:
77
# _cuda_version_tuple: # discovered from installed package e.g. ('12', '1', '0')
88
cuda_version_short: "{{ _cuda_version_tuple[0] }}.{{ _cuda_version_tuple[1] }}"
99
cuda_samples_release_url: "https://github.com/NVIDIA/cuda-samples/archive/refs/tags/v{{ cuda_version_short }}.tar.gz"
10-
cuda_samples_path: "/home/{{ ansible_user }}/cuda_samples"
10+
cuda_samples_path: "/var/lib/{{ ansible_user }}/cuda_samples"
1111
cuda_samples_programs:
1212
- deviceQuery
1313
- bandwidthTest

0 commit comments

Comments
 (0)