Skip to content

Commit

Permalink
[ansible/venv] Add missing nltk_data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 22, 2023
1 parent 4169c9e commit 39116a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/ovos_installer/tasks/ovos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- {"directory": "{{ ovos_installer_user_home }}/.config/mycroft", "status": true}
- {"directory": "{{ ovos_installer_user_home }}/.config/systemd/user", "status": true}
- {"directory": "{{ ovos_installer_user_home }}/stdout", "status": true}
- {"directory": "{{ ovos_installer_user_home }}/nltk_data", "status": true}
when:
- item.status | bool
- ovos_installer_method == "virtualenv"
Expand Down

0 comments on commit 39116a1

Please sign in to comment.