From 5e79f444f2317254beae63c0f12d5f99197b50e4 Mon Sep 17 00:00:00 2001 From: Richard Pijnenburg Date: Wed, 15 Jul 2015 14:28:19 +0200 Subject: [PATCH] Fix it correctly this time --- .kitchen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index e6e2795e3e5c7..205a0f80bb364 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -15,8 +15,8 @@ platforms: image: electrical/ubuntu:14.04 privileged: true 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 + - apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible + - apt-get update && apt-get -y -q install ansible python-apt python-pycurl ruby use_sudo: false - name: debian-7 driver_config: