From 2d7b019c2eff2e41e9728e6bab312e87ad850e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Thu, 14 Dec 2023 18:04:36 -0500 Subject: [PATCH] [ansible/template] Fix mycroft.conf.j2 template --- ansible/roles/ovos_installer/templates/mycroft.conf.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 index a9565bb..6037264 100644 --- a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 +++ b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 @@ -27,10 +27,9 @@ {% if ovos_installer_feature_gui | bool %} "gui": { "extension": "ovos-gui-plugin-shell-companion", - "idle_display_skill": "skill-ovos-homescreen.openvoiceos" - }{% if ovos_installer_method == "containers" %}, + "idle_display_skill": "skill-ovos-homescreen.openvoiceos"{% if ovos_installer_method == "containers" %}, "gui_file_host_path": "/home/ovos/.cache/gui_files" -{% endif %} + {% endif %} }, {% endif %} "websocket": {