mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
hotfix: Install lxml via pip ansible module
This commit is contained in:
@@ -8,10 +8,7 @@ if [[ $ID = "amzn" ]]; then
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python2-boto3 \
|
||||
python2-botocore \
|
||||
python-pip
|
||||
|
||||
python -m pip install lxml
|
||||
python2-botocore
|
||||
|
||||
else
|
||||
# FIXME: Currently assumes Debian-based
|
||||
|
||||
Reference in New Issue
Block a user