Install xineliboutput and vdr-sxfe if we got a virtualbox environment

This commit is contained in:
Alexander Grothe 2018-02-12 16:40:58 +01:00
parent 3e14f0a969
commit 3610ab3471
3 changed files with 495 additions and 474 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3673,7 +3673,14 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
- ansible_distribution_version == "16.04"
- name: set xineliboutput as frontend
command: '{{ item }}'
block:
- apt:
name: '{{ item }}'
state: present
with_items:
- vdr-plugin-xineliboutput
- xineliboutput-sxfe
- command: '{{ item }}'
with_items:
- vdrctl disable softhddevice
- vdrctl disable vaapidevice

View File

@ -20,7 +20,14 @@
- ansible_distribution_version == "16.04"
- name: set xineliboutput as frontend
command: '{{ item }}'
block:
- apt:
name: '{{ item }}'
state: present
with_items:
- vdr-plugin-xineliboutput
- xineliboutput-sxfe
- command: '{{ item }}'
with_items:
- vdrctl disable softhddevice
- vdrctl disable vaapidevice