Skip to content

Commit

Permalink
[ansible/virtualenv] Fix path and remove precise-lite as well
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 29, 2023
1 parent 4a10ec3 commit 7421477
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/roles/ovos_installer/tasks/virtualenv/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
- "{{ ovos_installer_user_home }}/.config/mycroft"
- "{{ ovos_installer_user_home }}/.config/hivemind"
- "{{ ovos_installer_user_home }}/.config/OpenVoiceOS"
- "{{ ovos_installer_user_home }}/.share/mycroft"
- "{{ ovos_installer_user_home }}/.share/OpenVoiceOS"
- "{{ ovos_installer_user_home }}/.local/share/mycroft"
- "{{ ovos_installer_user_home }}/.local/share/OpenVoiceOS"
- "{{ ovos_installer_user_home }}/.local/share/precise-lite"
- "{{ ovos_installer_user_home }}/nltk_data"
- "{{ ovos_installer_user_home }}/stdout"

0 comments on commit 7421477

Please sign in to comment.