Merge pull request #11 from ajdecon/ubuntu-include-pin
Fix driver upgrades on Ubuntu by adding package pin file
This commit is contained in:
commit
40acb1484a
3
files/cuda-ubuntu.pin
Normal file
3
files/cuda-ubuntu.pin
Normal file
@ -0,0 +1,3 @@
|
||||
Package: *
|
||||
Pin: release l=NVIDIA CUDA
|
||||
Pin-Priority: 600
|
@ -4,6 +4,14 @@
|
||||
repo: ppa:graphics-drivers/ppa
|
||||
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
|
||||
apt_key:
|
||||
url: "{{ nvidia_driver_ubuntu_cuda_repo_gpgkey_url }}"
|
||||
|
Loading…
Reference in New Issue
Block a user