From eb7418fb6aeaa60825e0fcce731d6c5d6d489fc2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 24 Dec 2020 18:07:33 +0200
Subject: [PATCH] Replace Pulseaudio with Alsa for Kodi.

More appropriate for a standalone setup.
---
 roles/kodi/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/kodi/tasks/main.yml b/roles/kodi/tasks/main.yml
index 9775d2a..abd70b9 100644
--- a/roles/kodi/tasks/main.yml
+++ b/roles/kodi/tasks/main.yml
@@ -2,11 +2,11 @@
 - name: APT install
   apt:
     name:
+      - alsa-utils
       - avahi-daemon
       - desktop-base
       - flatpak
       #- plymouth-themes
-      - pulseaudio
       - udisks2
       - unison
       - upower
-- 
GitLab