copy pin file to apt preferences
This commit is contained in:
parent
98333a575e
commit
c2b80200c6
@ -4,6 +4,14 @@
|
|||||||
repo: ppa:graphics-drivers/ppa
|
repo: ppa:graphics-drivers/ppa
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
- name: add pin file
|
||||||
|
copy:
|
||||||
|
src: "cuda-ubuntu.pin"
|
||||||
|
dest: "/etc/apt/preferences.d/cuda-repository-pin-600"
|
||||||
|
owner: "root"
|
||||||
|
group: "root"
|
||||||
|
mode: "0644"
|
||||||
|
|
||||||
- name: add key
|
- name: add key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: "{{ nvidia_driver_ubuntu_cuda_repo_gpgkey_url }}"
|
url: "{{ nvidia_driver_ubuntu_cuda_repo_gpgkey_url }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user