add nvidia-387 role

This commit is contained in:
Alexander Grothe 2017-11-12 21:20:01 +01:00
parent 8bf95f207a
commit 1be8a206ad
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- 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