Add 2 deleted files (test)

This commit is contained in:
LuigiDC
2017-11-14 12:31:23 +01:00
parent 7257d8845a
commit 21e5150981
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
# 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'
notify: [ 'Restart VDR' ]