Updates & fixes

This commit is contained in:
Martin Bauer
2021-07-20 15:35:12 +02:00
parent 6c421a4ae1
commit f1d104a224
14 changed files with 324 additions and 292 deletions

View File

@@ -1,6 +1,10 @@
---
- name: Copy irserver
copy: src=irserver dest=/usr/bin/irserver mode=u+rx
- name: Make config dir for remotes
file: path=/usr/bin/remotes state=directory
- name: Copy hauppauge remote
copy: src=hauppauge.rem dest=/usr/bin/remotes/
- name: Copy irserver systemd file
copy: src=irserver.service dest=/lib/systemd/system/
- name: Enable irserver autostart