Skip to content

Commit

Permalink
[ansible/gui] Remove unsed option
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 1, 2023
1 parent 5b186c9 commit 36e5121
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 @@ -27,9 +27,7 @@
{% if ovos_installer_feature_gui | bool %}
"gui": {
"extension": "ovos-gui-plugin-shell-companion",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos",
"generic": {
"homescreen_supported": true
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
}{% if ovos_installer_method == "containers" %},
"gui_file_host_path": "/home/ovos/.cache/gui_files"
{% endif %}
Expand Down

0 comments on commit 36e5121

Please sign in to comment.