1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/ansible: Mention ansible-base 2.10.17 for #3220

This commit is contained in:
A Holt 2022-05-17 07:33:22 -04:00 committed by GitHub
parent 5d842ff48b
commit f45b3574ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,9 +59,9 @@ GOOD_VER=2.13.0 # Orig for 'yum install [rpm]' & XO laptops (pip install)
#pip3 install --upgrade ansible-core # Then start a new shell, so /usr/local/bin works
#ansible-galaxy collection install -r collections.yml
# TEMPORARILY USE ansible-base 2.10.16 (REMOVE W/ "pip3 uninstall ansible-base")
# TEMPORARILY USE ansible-base 2.10.17 (REMOVE W/ "pip3 uninstall ansible-base")
#apt install python3-pip
#pip3 install ansible-base==2.10.16 # Start new shell, so /usr/local/bin works
#pip3 install ansible-base==2.10.17 # Start new shell, so /usr/local/bin works
# TEMPORARILY USE ANSIBLE 2.9.27 (REMOVE IT WITH "pip3 uninstall ansible")
#apt install python3-pip