diff --git a/scripts/ansible b/scripts/ansible index bc53d195c..5b7ff1e17 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -166,7 +166,8 @@ $APT_PATH/apt -y install python3-pip # python3-setuptools python3-packaging python3-venv virtualenv #$APT_PATH/apt -y --allow-downgrades install ansible-core \ - +# Using pip is messy, leaving behind cashed files, turn off pip cache system wide before installing +pip config set global.cache-dir false echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n" pip3 install --upgrade ansible-core