2017-02-19 13:56:47 +01:00
|
|
|
---
|
|
|
|
# This role is used to set up the yaVDR remote control configuration.
|
|
|
|
|
|
|
|
- name: install yavdr-remote
|
|
|
|
apt:
|
2017-02-22 15:27:48 +01:00
|
|
|
name: yavdr-remote
|
|
|
|
state: present
|
2017-02-19 13:56:47 +01:00
|
|
|
|
|
|
|
- name: install lirc
|
|
|
|
apt:
|
2017-02-22 15:27:48 +01:00
|
|
|
name: lircd
|
|
|
|
state: present
|
2017-02-19 13:56:47 +01:00
|
|
|
when:
|
2017-02-22 15:27:48 +01:00
|
|
|
- install_lircd is defined and install_lircd
|
2017-02-19 13:56:47 +01:00
|
|
|
|
|
|
|
- name: install eventlircd
|
|
|
|
apt:
|
2017-02-22 15:27:48 +01:00
|
|
|
name: eventlircd
|
|
|
|
state: present
|
2017-02-19 13:56:47 +01:00
|
|
|
when:
|
|
|
|
install_eventlircd is defined and install_eventlircd
|
|
|
|
|
|
|
|
# TODO: upload lircd2uinput package to PPA
|
|
|
|
#- name: install lircd2uinput
|
|
|
|
# tag: install
|
|
|
|
# apt:
|
|
|
|
# name: lircd2uinput
|
|
|
|
# state: present
|
|
|
|
# when:
|
|
|
|
# install_eventlircd is defined and install_eventlircd
|