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 2c45c6c commit d5ac3f7Copy full SHA for d5ac3f7
ansible/roles/eessi/tasks/configure.yml
@@ -17,12 +17,12 @@
17
cmd: "cvmfs_config setup"
18
19
# configure gpus
20
-- name: Check for NVIDIA driver
+- name: Check for NVIDIA GPU
21
ansible.builtin.stat:
22
path: /dev/nvidia0
23
register: nvidia_driver
24
25
-- name: Set fact if NVIDIA driver is present
+- name: Set fact if NVIDIA GPU is present
26
ansible.builtin.set_fact:
27
has_nvidia_driver: "{{ nvidia_driver.stat.exists | default(false) }}"
28
0 commit comments