From 151743343606f7a11993636ab6b591e290fed57b Mon Sep 17 00:00:00 2001 From: Richard Pijnenburg Date: Wed, 15 Jul 2015 12:27:48 +0200 Subject: [PATCH] Add updated repo to ubuntu to use newer version of ansible Required for new features --- .kitchen.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 61dfdd7..e6e2795 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -14,7 +14,9 @@ platforms: driver_config: image: electrical/ubuntu:14.04 privileged: true - provision_command: apt-get -y -q install ansible python-apt python-pycurl ruby + provision_command: + - echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main' >> /etc/apt/sources.list + - apt-get -y -q install ansible python-apt python-pycurl ruby use_sudo: false - name: debian-7 driver_config: