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:
parent
5d842ff48b
commit
f45b3574ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue