diff --git a/bin/install-ansible b/bin/install-ansible index 12561c6..7b994b8 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -8,7 +8,10 @@ if [[ $ID = "amzn" ]]; then python3-devel \ python3-pip \ python2-boto3 \ - python2-botocore + python2-botocore \ + python-pip + + python -m pip install lxml else # FIXME: Currently assumes Debian-based