diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 17:45:37 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 17:45:37 +0200 |
commit | 2262fee263d21214db911c8ee7c6b218ba18f3bd (patch) | |
tree | 68a9be3230a8302d16979baf488ac59bcf5716e0 /roles/cuda/tasks/cuda_init.yml | |
parent | 0b3d99f96dabb1aa2fbf7f99559852916a97d610 (diff) | |
download | itm-2262fee263d21214db911c8ee7c6b218ba18f3bd.tar.gz itm-2262fee263d21214db911c8ee7c6b218ba18f3bd.tar.bz2 itm-2262fee263d21214db911c8ee7c6b218ba18f3bd.tar.xz itm-2262fee263d21214db911c8ee7c6b218ba18f3bd.zip |
Re-configure CUDA role
Diffstat (limited to 'roles/cuda/tasks/cuda_init.yml')
-rw-r--r-- | roles/cuda/tasks/cuda_init.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/cuda/tasks/cuda_init.yml b/roles/cuda/tasks/cuda_init.yml index 9a10284..ff54994 100644 --- a/roles/cuda/tasks/cuda_init.yml +++ b/roles/cuda/tasks/cuda_init.yml @@ -36,10 +36,7 @@ path: "{{ cuda_gpu_name0 }}" register: reg_cuda_gpu_name0 check_mode: no - -- debug: - var: reg_cuda_gpu_name0 - verbosity: 1 + failed_when: false - name: Initialize the GPUs - run cuda_init.sh if there is no /dev/nvidia0 command: /bin/bash /usr/local/bin/cuda_init.sh |