cleanup and test basic functionality

This commit is contained in:
Alexander Grothe
2017-02-22 15:27:48 +01:00
parent efac4618fa
commit 9fe824e452
12 changed files with 540 additions and 266 deletions

View File

@@ -1,26 +1,22 @@
---
# This role is used to set up the yaVDR remote control configuration.
- name: install yavdr-remote
tag: install
apt:
name: yavdr-remote
state: present
name: yavdr-remote
state: present
- name: install lirc
tag: install
apt:
name: lircd
state: present
name: lircd
state: present
when:
- install_lircd is defined and install_lircd
- install_lircd is defined and install_lircd
- name: install eventlircd
tag: install
apt:
name: eventlircd
state: present
name: eventlircd
state: present
when:
install_eventlircd is defined and install_eventlircd