Install xineliboutput and vdr-sxfe if we got a virtualbox environment
This commit is contained in:
parent
3e14f0a969
commit
3610ab3471
909
Manual.html
909
Manual.html
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user