mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update scripts/ansible
Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
38e99031d7
commit
007df549ab
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue