rename nvidia-387 to nvidia-experimental

This commit is contained in:
Alexander Grothe
2018-01-18 15:15:23 +01:00
parent 5e971cec4c
commit 528d022d54
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
---
- name: add ppa:graphics-drivers/ppa
apt_repository:
repo: 'ppa:graphics-drivers/ppa'
state: present
update_cache: yes
tags:
- ppa
- name: install nvidia-387 and other required packages
apt:
name: '{{ item }}'
state: present
install_recommends: no
with_items:
- nvidia-390
- nvidia-settings
tags:
- packages