1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update scripts/ansible

Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
Jerry Vonau 2023-03-17 17:41:04 -05:00 committed by GitHub
parent 38e99031d7
commit 007df549ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ echo -e "\napt update; apt install python3-venv"
$APT_PATH/apt update $APT_PATH/apt update
$APT_PATH/apt -y install python3-venv $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 python3 -m venv /usr/local/ansible
/usr/local/ansible/bin/python3 -m pip install --upgrade ansible-core /usr/local/ansible/bin/python3 -m pip install --upgrade ansible-core
echo -e "Place ansible on path using symlinks" echo -e "Place ansible on path using symlinks"