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 5f6c8c0 commit 4eef09bCopy full SHA for 4eef09b
base/amazon-linux-2023/install.sh
@@ -46,7 +46,8 @@ rm -f get-pip.py
46
ln -sf /usr/bin/python3 /usr/bin/python
47
48
# Install splunk-ansible dependencies
49
-pip install --use-mirrors setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
+pip install setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 jmespath
50
+pip install urllib3==1.26.5
51
cd /
52
53
# Remove tests packaged in python libs
0 commit comments