remove nvidia-381 role
This commit is contained in:
parent
66029826c7
commit
a53e0af0c4
@ -1,16 +0,0 @@
|
||||
---
|
||||
|
||||
- name: add ppa:graphics-drivers/ppa
|
||||
apt_repository:
|
||||
repo: 'ppa:graphics-drivers/ppa'
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
||||
- name: install nvidia-387 and other required packages
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
install_recommends: no
|
||||
with_items:
|
||||
- nvidia-387
|
||||
- nvidia-settings
|
Loading…
Reference in New Issue
Block a user