added ir server, squeeze server, ...

This commit is contained in:
Martin Bauer
2020-05-16 18:35:44 +02:00
parent 93034dd0ec
commit 23a2c1fb50
20 changed files with 227 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Check if sispmctl already exists
stat: path=/usr/local/bin/sispmctl
stat: path=/usr/bin/sispmctl
register: sispmctl_file
- name: Install dependencies
apt: name="libusb-dev" cache_valid_time=7200 state=present