Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Pablo Escobar 2021-10-26 19:09:54 +02:00
commit cdd51c59db

View File

@ -5,11 +5,6 @@
state: absent
ignore_errors: true
- name: Blacklist the nouveau driver module
community.general.kernel_blacklist:
name: nouveau
state: present
- name: ubuntu install tasks (canonical repos)
include_tasks: install-ubuntu.yml
when: ansible_distribution == 'Ubuntu' and (not nvidia_driver_ubuntu_install_from_cuda_repo)