Merge branch 'bionic' of https://github.com/yavdr/yavdr-ansible into bionic

This commit is contained in:
Alexander Grothe
2018-01-01 15:33:11 +01:00
4 changed files with 17 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
modules: True
gpus: True
acpi_power_modes: True
tags:
- always
- debug:
var: '{{ item }}'

View File

@@ -5,6 +5,8 @@
repo: 'ppa:graphics-drivers/ppa'
state: present
update_cache: yes
tags:
- ppa
- name: install nvidia-387 and other required packages
apt:
@@ -14,3 +16,5 @@
with_items:
- nvidia-387
- nvidia-settings
tags:
- packages

View File

@@ -10,6 +10,8 @@
state: present
update_cache: yes
with_items: '{{ repositories }}'
tags:
- ppa
- name: run apt-get dist-upgrade
apt: