mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
scripts/ansible: further clarify ansible-base 2.10.9
This commit is contained in:
parent
06a04dbd95
commit
3422ec1369
1 changed files with 3 additions and 2 deletions
|
@ -48,8 +48,9 @@ fi
|
|||
#apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv
|
||||
#ansible-galaxy collection install -r collections.yml
|
||||
|
||||
# TEMPORARILY USE ansible-base 2.10.8 (REMOVE W/ "pip3 uninstall ansible-base")
|
||||
#pip3 install ansible-base==2.10.8 # Start new shell, so /usr/local/bin works
|
||||
# TEMPORARILY USE ansible-base 2.10.9 (REMOVE W/ "pip3 uninstall ansible-base")
|
||||
#apt install python3-pip
|
||||
#pip3 install ansible-base==2.10.9 # Start new shell, so /usr/local/bin works
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.9.20 (REMOVE IT WITH "pip uninstall ansible")
|
||||
#apt install python-pip
|
||||
|
|
Loading…
Reference in a new issue