mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: "pip3 install ansible-core" interim/alternative
This commit is contained in:
parent
ac9ad2ef01
commit
f7ee26ddfd
1 changed files with 4 additions and 1 deletions
|
@ -128,7 +128,10 @@ grep '^deb .*ansible' /etc/apt/sources.list /etc/apt/sources.list.d/*.list | gre
|
|||
echo -e "\napt update; apt install ansible-core and python3 dependencies explained at:"
|
||||
echo -e "https://github.com/iiab/iiab/tree/master/scripts/ansible.md\n"
|
||||
$APT_PATH/apt update
|
||||
$APT_PATH/apt -y --allow-downgrades install ansible-core \
|
||||
apt install python3-pip
|
||||
pip3 install ansible-core
|
||||
#$APT_PATH/apt -y --allow-downgrades install ansible-core \
|
||||
$APT_PATH/apt -y --allow-downgrades install \
|
||||
python3-pymysql python3-psycopg2 python3-passlib python3-pip \
|
||||
python3-setuptools python3-packaging python3-venv virtualenv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue