From dfd222ef93ff201f730c25df038cfd9d693bbd20 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 24 May 2021 21:07:02 -0400 Subject: [PATCH] scripts/ansible: pip -> pip3 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index cdf432678..6fefcdf65 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -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