From 8696459eedfd479d8b34da6a6159f94cdfb4e4ba Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Fri, 1 Nov 2024 10:31:27 -0400 Subject: [PATCH] [ansible/configuration] Remove already defaulted options --- ansible/roles/ovos_installer/templates/mycroft.conf.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 index 9ec1948..7f76675 100644 --- a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 +++ b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 @@ -11,11 +11,9 @@ "play_mp3_cmdline": "play %1", "lang": "{{ ovos_installer_locale }}", "listener": { - "remove_silence": true, "VAD": { "module": "{{ 'ovos-vad-plugin-silero' if ovos_installer_cpu_is_capable | bool else 'ovos-vad-plugin-webrtcvad' }}" - }, - "instant_listen": true + } }, {% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %} "skills": {