From e86ee5051cb73b5252022731dcaa1e8824ad4d5f Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Mon, 16 Dec 2024 12:04:46 -0500 Subject: [PATCH] [ansible/ovos] Create .config/hivemind when not ovos profile --- ansible/roles/ovos_installer/tasks/ovos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/ovos_installer/tasks/ovos.yml b/ansible/roles/ovos_installer/tasks/ovos.yml index 088bddd3..01c18373 100644 --- a/ansible/roles/ovos_installer/tasks/ovos.yml +++ b/ansible/roles/ovos_installer/tasks/ovos.yml @@ -57,6 +57,7 @@ state: directory loop: - { "directory": "{{ ovos_installer_user_home }}/.config/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 } when: