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

@@ -22,14 +22,17 @@
when: tempdir.path is defined
- name: Install custom lirc package 1
apt:
force: True
deb: "{{ tempdir.path }}/liblirc0_0.10.1-5.2_armhf.deb"
when: tempdir.path is defined
- name: Install custom lirc package 2
apt:
force: True
deb: "{{ tempdir.path }}/liblircclient0_0.10.1-5.2_armhf.deb"
when: tempdir.path is defined
- name: Install custom lirc package 3
apt:
force: True
deb: "{{ tempdir.path }}/lirc_0.10.1-5.2_armhf.deb"
when: tempdir.path is defined
- name: Activate overlay in boot config