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 b8f8e1c commit 8d0d3b4Copy full SHA for 8d0d3b4
base/amazon-linux-2023/install.sh
@@ -46,13 +46,15 @@ rm -f get-pip.py
46
ln -sf /usr/bin/python3 /usr/bin/python
47
48
# Install splunk-ansible dependencies
49
+pip -q --no-cache-dir install --upgrade Mako avro lxml protobuf
50
pip install setuptools
51
pip install six
52
pip install wheel
53
pip install requests
54
pip install cryptography==3.3.2
55
pip install jmespath
56
pip install urllib3==1.26.5
57
+pip install ansible
58
cd /
59
60
# Remove tests packaged in python libs
0 commit comments