Skip to content

Commit

Permalink
[ansible/ovos] Make sure .local/state/mycroft is created
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 30, 2025
1 parent 4badd19 commit f1d9c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/ovos_installer/tasks/ovos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- "{{ ovos_installer_user_home }}/.config/wireplumber/*"
- "{{ ovos_installer_user_home }}/.local/share/hivemind/*"
- "{{ ovos_installer_user_home }}/.local/state/ovos/*"
- "{{ ovos_installer_user_home }}/.local/state/mycroft/*"
when: ovos_installer_cleaning | bool
tags:
- uninstall
Expand Down Expand Up @@ -68,6 +69,7 @@
state: directory
loop:
- { "directory": "{{ ovos_installer_user_home }}/.config/mycroft", "status": true }
- { "directory": "{{ ovos_installer_user_home }}/.local/state/mycroft", "status": true }
- { "directory": "{{ ovos_installer_user_home }}/.config/hivemind", "status": "{{ 'false' if ovos_installer_profile == 'ovos' else 'true' }}" }
- { "directory": "{{ ovos_installer_user_home }}/.config/systemd/user", "status": true }
- { "directory": "{{ ovos_installer_user_home }}/nltk_data", "status": true }
Expand Down

0 comments on commit f1d9c96

Please sign in to comment.