Fix apt task

This commit is contained in:
Alexander Grothe 2018-01-01 22:54:47 +01:00
parent 2c08b97090
commit ce941ce722
2 changed files with 6 additions and 4 deletions

View File

@ -3550,6 +3550,7 @@ dependencies:
- name: apt | install lirc-drv-irman
apt:
name: lirc-drv-irman
state: present
- name: write lirc configuration
template:

View File

@ -6,6 +6,7 @@
- name: apt | install lirc-drv-irman
apt:
name: lirc-drv-irman
state: present
- name: write lirc configuration
template: