From 95b0e403d88c735f8762f16d7b84c32a0a448888 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 21 Mar 2021 21:16:27 +0200
Subject: [PATCH] Use Kodi 19.0 stable from the regular Flathub remote.

---
 roles/kodi/tasks/main.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/roles/kodi/tasks/main.yml b/roles/kodi/tasks/main.yml
index 9c9d5ec..4e3f21a 100644
--- a/roles/kodi/tasks/main.yml
+++ b/roles/kodi/tasks/main.yml
@@ -57,7 +57,6 @@
 - name: Add Flatpak remotes
   with_dict:
     flathub: https://flathub.org/repo/flathub.flatpakrepo
-    flathub-beta: https://flathub.org/beta-repo/flathub-beta.flatpakrepo
   community.general.flatpak_remote:
     flatpakrepo_url: '{{ item.value }}'
     method: system
@@ -68,7 +67,7 @@
   community.general.flatpak:
     method: system
     name: tv.kodi.Kodi
-    remote: flathub-beta
+    remote: flathub
     state: present
 
 - name: Create users
-- 
GitLab