Update Manual.org, fix file permissions for role

This commit is contained in:
Alexander Grothe 2017-11-13 09:00:53 +01:00
parent 896516242b
commit 36d189e31c
2 changed files with 14 additions and 0 deletions

View File

@ -3250,6 +3250,20 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
when: '"dvb_ttpci" in modules'
notify: [ 'Restart VDR' ]
#+END_SRC
** autoinstall-hardware-irmp
*** tasks
#+BEGIN_SRC yaml :tangle roles/autoinstall-hardware-irmp/tasks/main.yml :padline no
---
# file roles/autoinstall-hardware-irmp/tasks/main.yml
- name: apt | install yavdr-hardware-irmp if connected
apt:
name: yavdr-hardware-irmp
when: '"1209:4444" in usb'
#+END_SRC
**** TODO add other device ids if necessary
** kodi
*** tasks
**** Install KODI

0
roles/autoinstall-hardware-irmp/tasks/main.yml Executable file → Normal file
View File