1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

scripts/ansible: pip -> pip3

This commit is contained in:
A Holt 2021-05-24 21:07:02 -04:00 committed by GitHub
parent 2097abc4a8
commit dfd222ef93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ fi
#apt install python3-pip
#pip3 install ansible-base==2.10.10 # Start new shell, so /usr/local/bin works
# TEMPORARILY USE ANSIBLE 2.9.22 (REMOVE IT WITH "pip uninstall ansible")
# TEMPORARILY USE ANSIBLE 2.9.22 (REMOVE IT WITH "pip3 uninstall ansible")
#apt install python3-pip
#pip3 install ansible==2.9.22