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