hotfix: Install lxml via pip ansible module

This commit is contained in:
Dylan Rathbone
2020-11-04 08:17:33 +10:00
parent 8de2dbf226
commit 27ab1a8fa1
2 changed files with 5 additions and 4 deletions

View File

@@ -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