mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: Remove package 'virtualenv'
This commit is contained in:
parent
50b7888029
commit
a6acf8261c
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ $APT_PATH/apt update
|
|||
#$APT_PATH/apt -y --allow-downgrades install ansible-core \
|
||||
$APT_PATH/apt -y install \
|
||||
python3-pymysql python3-psycopg2 python3-passlib python3-pip \
|
||||
python3-setuptools python3-packaging python3-venv virtualenv
|
||||
python3-setuptools python3-packaging python3-venv # 'virtualenv' for Python 2 moved to kalite/tasks/install.yml
|
||||
|
||||
echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n"
|
||||
pip3 install --upgrade ansible-core
|
||||
|
|
Loading…
Add table
Reference in a new issue