Update usage of apt module, move away from deprecated loop approach
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
|
||||
- name: apt | install packages for remote support
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
name:
|
||||
- yavdr-remote
|
||||
- lirc
|
||||
state: present
|
||||
with_items:
|
||||
- yavdr-remote
|
||||
- lirc
|
||||
tags:
|
||||
- packages
|
||||
|
||||
@@ -41,11 +40,10 @@
|
||||
|
||||
- name: apt | install eventlircd and lircd2uinput
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
name:
|
||||
- eventlircd
|
||||
- lircd2uinput
|
||||
state: present
|
||||
with_items:
|
||||
- eventlircd
|
||||
- lircd2uinput
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user