Skip to content

Commit

Permalink
[ansible/template] Fix mycroft.conf.j2 template
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 14, 2023
1 parent e9d5e37 commit 2d7b019
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2d7b019

Please sign in to comment.