travis/docker/xenial: use ansible ppa else only 2.5.1
This commit is contained in:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user