Skip to content

Commit

Permalink
[ansible] Fix missing stdout for ovos-cli-client
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 18, 2023
1 parent f2923de commit fe14d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -29,6 +29,7 @@
loop:
- {"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}
when:
- item.status | bool
- ovos_installer_method == "virtualenv"
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@
- "{{ ovos_installer_user_home }}/.share/mycroft"
- "{{ ovos_installer_user_home }}/.share/OpenVoiceOS"
- "{{ ovos_installer_user_home }}/nltk_data"
- "{{ ovos_installer_user_home }}/stdout"

0 comments on commit fe14d1d

Please sign in to comment.