Simplify installation of KODI packages

This commit is contained in:
Alexander Grothe 2018-10-05 18:01:28 +02:00
parent fb9ea5a363
commit 9ac3f32c32
1 changed files with 3 additions and 4 deletions

View File

@ -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: