Simplify installation of KODI packages
This commit is contained in:
parent
fb9ea5a363
commit
9ac3f32c32
@ -2,12 +2,11 @@
|
||||
|
||||
- name: apt | install kodi packages
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
name:
|
||||
- kodi
|
||||
- kodi-pvr-vdr-vnsi
|
||||
state: present
|
||||
install_recommends: no
|
||||
with_items:
|
||||
- kodi
|
||||
- kodi-pvr-vdr-vnsi
|
||||
|
||||
- name: apt | install kodi-send (team-xbmc PPA)
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user