We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7d7a0 commit 5f6c8c0Copy full SHA for 5f6c8c0
base/amazon-linux-2023/install.sh
@@ -46,7 +46,7 @@ rm -f get-pip.py
46
ln -sf /usr/bin/python3 /usr/bin/python
47
48
# Install splunk-ansible dependencies
49
-pip install setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
+pip install --use-mirrors setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
50
cd /
51
52
# Remove tests packaged in python libs
0 commit comments