diff --git a/.kitchen.yml b/.kitchen.yml index e6e2795..205a0f8 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: