Skip to content

Commit

Permalink
Changed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
simo-tuomisto committed Apr 7, 2021
1 parent fbe9a83 commit 73eda0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/install_runfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
set_fact:
cuda_driver_runfile: "{{ cuda_driver_runfile_find.files[0].path }}"

- name: 'Print variables of interest'
- name: 'Print information about driver'
debug:
msg: "{{ cuda_driver_runfile }} {{ cuda_driver_kernel_version }} {{ cuda_driver_kernel_running.stdout }}"
msg: "Building driver {{ cuda_driver_runfile }} for kernel {{ cuda_driver_kernel_version }}"

- name: 'Install driver'
command: bash {{ cuda_driver_runfile }} --silent --kernel-name={{ cuda_driver_kernel_version }} --kernel-source-path=/usr/src/kernels/{{ cuda_driver_kernel_version }}
Expand Down

0 comments on commit 73eda0f

Please sign in to comment.