add xorg configuration and driver autodetection

This commit is contained in:
Alexander Grothe
2017-06-20 15:09:15 +02:00
parent d513db21ca
commit 5e5f9f346a
46 changed files with 2313 additions and 199 deletions

16
roles/dvd/tasks/main.yml Normal file
View File

@@ -0,0 +1,16 @@
---
# file: roles/dvd/tasks/main.yml
- name: preconfigure libdvd-pkg
shell: |
echo 'libdvd-pkg libdvd-pkg/post-invoke_hook-install boolean true' | debconf-set-selections
echo 'libdvd-pkg libdvd-pkg/build boolean true' | debconf-set-selections
- name: apt | install libdvd-pkg
apt:
name: '{{ item }}'
state: present
install_recommends: no
with_items:
- libdvd-pkg