Skip to content

Commit

Permalink
add online flag to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Oct 11, 2024
1 parent fc50a85 commit d7886b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/docker/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
become_user: "{{ ovos_installer_user }}"
community.docker.docker_container_exec:
container: ovos_cli
command: ovos-config autoconfigure --lang {{ ovos_installer_locale }} --male
command: ovos-config autoconfigure --lang {{ ovos_installer_locale }} --male --online

- name: Block uninstall composer
when: ovos_installer_cleaning | bool
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/venv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
ovos-config autoconfigure \
--lang {{ ovos_installer_locale }} \
--male
-- online
executable: /bin/bash
environment:
PATH: "{{ ovos_installer_user_home }}/.venvs/ovos/bin"
Expand Down

0 comments on commit d7886b7

Please sign in to comment.