yavdr / yavdr-ansible

ansible playbooks for yaVDR
GNU General Public License v3.0
11 stars 10 forks source link

kodi 17 because of wrong PPA in yavdr-ansible/roles/yavdr-common/defaults/main.yml? #10

Closed davie2000 closed 5 years ago

davie2000 commented 5 years ago

When using yavdr-ansible Kodi 17 gets installed instead of Kodi 18. I saw here that Kodi 18 is available in "experimental-kodi".

So I think you could change this

branch: unstable
repositories:
  - 'ppa:yavdr/main'
  - 'ppa:yavdr/unstable-main'
  - 'ppa:yavdr/{{branch}}-vdr'
  - 'ppa:yavdr/{{branch}}-kodi'
- 'ppa:yavdr/{{branch}}-yavdr'

to that

...
  - 'ppa:yavdr/{{branch}}-main'
...
  - 'ppa:yavdr/experimental-kodi'
...

to automatically install Kodi 18 (and correct a small flaw).

Am I right? If so, would you please be so kind and "correct" it?

seahawk1986 commented 5 years ago

As stated in https://github.com/yavdr/yavdr-ansible#usage, please use the bionic branch, which already uses the experimental PPAs: https://github.com/yavdr/yavdr-ansible/blob/bionic/group_vars/all - master still contains stuff for Ubuntu 16.04

flensrocker commented 5 years ago

Is the branch for 16.04 in use by anyone? Maybe we should delete it...

davie2000 commented 5 years ago

Sorry for that. Probably Kodi 17 was installed because I was using an old branch then.