Simplify installation of KODI packages

This commit is contained in:
Alexander Grothe 2018-10-05 18:01:28 +02:00
parent fb9ea5a363
commit 9ac3f32c32

View File

@ -2,12 +2,11 @@
- name: apt | install kodi packages - name: apt | install kodi packages
apt: apt:
name: '{{ item }}' name:
state: present
install_recommends: no
with_items:
- kodi - kodi
- kodi-pvr-vdr-vnsi - kodi-pvr-vdr-vnsi
state: present
install_recommends: no
- name: apt | install kodi-send (team-xbmc PPA) - name: apt | install kodi-send (team-xbmc PPA)
apt: apt: