travis/docker/xenial: use ansible ppa else only 2.5.1

This commit is contained in:
juju4 2019-03-03 12:40:42 -05:00
parent 90ce4e0ed1
commit 4867fc9ae8

@ -3,6 +3,7 @@ RUN apt-get update
# Install Ansible
RUN env DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common git systemd
RUN apt-add-repository -y ppa:ansible/ansible
RUN apt-get update
RUN apt-get install -y python sudo python-pip python-dev libffi-dev ansible