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

@ -3548,8 +3548,9 @@ dependencies:
- name: install and configure Atric IR-WakeupUSB
block:
- name: apt | install lirc-drv-irman
apt:
name: lirc-drv-irman
apt:
name: lirc-drv-irman
state: present
- name: write lirc configuration
template:

View File

@ -4,8 +4,9 @@
- name: install and configure Atric IR-WakeupUSB
block:
- name: apt | install lirc-drv-irman
apt:
name: lirc-drv-irman
apt:
name: lirc-drv-irman
state: present
- name: write lirc configuration
template: