remove nvidia-381 role

This commit is contained in:
Alexander Grothe 2017-11-11 21:04:20 +01:00
parent 66029826c7
commit a53e0af0c4
1 changed files with 0 additions and 16 deletions

View File

@ -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