From 007df549ab8144c6fbd2b7ba2ec75800b8b23b86 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Fri, 17 Mar 2023 17:41:04 -0500 Subject: [PATCH] Update scripts/ansible Co-authored-by: A Holt --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index e308dac6a..0b88f97f1 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -199,7 +199,7 @@ echo -e "\napt update; apt install python3-venv" $APT_PATH/apt update $APT_PATH/apt -y install python3-venv -echo -e "Create virtual envinronment for ansible" +echo -e "Create virtual environment for ansible" python3 -m venv /usr/local/ansible /usr/local/ansible/bin/python3 -m pip install --upgrade ansible-core echo -e "Place ansible on path using symlinks"