Skip to content

Commit

Permalink
Buggy commit affected by google/yamlfmt#86
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes committed Mar 25, 2024
1 parent 9e4e181 commit b69af5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions third_party/ansible/roles/cuda/tasks/install_runfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@

- name: Install driver
command: >
bash {{ cuda_driver_runfile }} --silent --kernel-name={{ cuda_driver_kernel_version }} {{ "--no-drm" if cuda_runfile_disable_nvidia_drm else "" }}
bash {{ cuda_driver_runfile }} --silent --kernel-name={{ cuda_driver_kernel_version }} {{ "--no-drm" if cuda_runfile_disable_nvidia_drm else "" }} #magic___^_^___line
- name: Install nvidia-persistenced systemd-file
copy:
src: files/nvidia-persistenced.service
Expand Down

0 comments on commit b69af5c

Please sign in to comment.