Skip to content
Snippets Groups Projects
Commit fa0b1234 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Merge branch 'jay' into 'master'

Missing quotes.

See merge request !553
parents bc9c3c0c 7a56a973
No related branches found
No related tags found
1 merge request!553Missing quotes.
......@@ -25,13 +25,13 @@
become: true
- name: install cuda
apt:
name: {{ nvidia_cuda_version }}
name: "{{ nvidia_cuda_version }}"
state: present
update_cache: yes
become: true
- name: install cudnn
apt:
name: {{ nvidia_libcudnn_version }}
name: "{{ nvidia_libcudnn_version }}"
state: present
update_cache: yes
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment