From 7e2c38370fe191bf50405de2141674373a81a637 Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Fri, 11 Oct 2024 06:32:44 -0400 Subject: [PATCH] [ansible/conf] Fix typos --- ansible/roles/ovos_installer/tasks/virtualenv/venv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/ovos_installer/tasks/virtualenv/venv.yml b/ansible/roles/ovos_installer/tasks/virtualenv/venv.yml index b3d6d8f..9c15f24 100644 --- a/ansible/roles/ovos_installer/tasks/virtualenv/venv.yml +++ b/ansible/roles/ovos_installer/tasks/virtualenv/venv.yml @@ -125,8 +125,8 @@ cmd: | ovos-config autoconfigure \ --lang {{ ovos_installer_locale }} \ - --male - -- online + --male \ + --online executable: /bin/bash environment: PATH: "{{ ovos_installer_user_home }}/.venvs/ovos/bin"