diff --git a/ansible/roles/ovos_installer/tasks/ovos.yml b/ansible/roles/ovos_installer/tasks/ovos.yml index 812429de..7df16e11 100644 --- a/ansible/roles/ovos_installer/tasks/ovos.yml +++ b/ansible/roles/ovos_installer/tasks/ovos.yml @@ -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"