From ad6161f80494417c5dcde0485b96db87dca9f01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Wed, 22 Nov 2023 10:17:20 -0500 Subject: [PATCH] [ansible/sound] Fix typo --- ansible/roles/ovos_installer/tasks/sound.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ovos_installer/tasks/sound.yml b/ansible/roles/ovos_installer/tasks/sound.yml index 82a4725..13cc5a5 100644 --- a/ansible/roles/ovos_installer/tasks/sound.yml +++ b/ansible/roles/ovos_installer/tasks/sound.yml @@ -46,7 +46,7 @@ elif pgrep -x "pipewire$" &>/dev/null; then echo "pipewire" else - if pactl info &>>/den/null; then + if pactl info &>>/dev/null; then echo "pulseaudio" else echo "n/a"