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 4eef09b commit b8f8e1cCopy full SHA for b8f8e1c
base/amazon-linux-2023/install.sh
@@ -46,7 +46,12 @@ 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 jmespath
+pip install setuptools
50
+pip install six
51
+pip install wheel
52
+pip install requests
53
+pip install cryptography==3.3.2
54
+pip install jmespath
55
pip install urllib3==1.26.5
56
cd /
57
0 commit comments