Skip to content

Commit

Permalink
[ansible/configuration] Remove already defaulted options
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 1, 2024
1 parent c1fe8ef commit 8696459
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8696459

Please sign in to comment.