From 2e8665ce2444dacbe71121d8cfc58883a0a3d61d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 18 Mar 2021 12:56:03 +0000 Subject: [PATCH] Install wheel before upgrading pip --- ansible-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-setup.sh b/ansible-setup.sh index 3bca3dd..f75c058 100755 --- a/ansible-setup.sh +++ b/ansible-setup.sh @@ -43,8 +43,8 @@ if [ ! -x "$HOME/opt/ansible/bin/ansible-playbook" ]; then fi pushd "$install_path" -pipinstall pip pipinstall wheel +pipinstall pip pipinstall ansible popd