Skip to content
Snippets Groups Projects
Commit 176b53be authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'nvidia_rmmod' into 'master'

rmmod various nvidia components before attempting an install:

See merge request !182

Former-commit-id: f054c03b
parents cb11cda0 48355612
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,12 @@
uninstall_driver: true
when: nvidia_driver.stat.exists and not installed_driver_version.stdout == nvidia_version
- name: Unload nvidia driver
shell: rmmod nvidia_uvm nvidia_drm nvidia_modeset nvidia || true
sudo: true
when: install_driver
- name: stop the persistence daemon
service: name=nvidia-persistenced state=stopped
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