From 2262fee263d21214db911c8ee7c6b218ba18f3bd Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 5 Jul 2018 17:45:37 +0200 Subject: Re-configure CUDA role --- roles/cuda/tasks/cuda_init.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roles/cuda/tasks/cuda_init.yml') 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 -- cgit v1.2.3