Skip to content

Commit

Permalink
Fix it correctly this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pijnenburg committed Jul 15, 2015
1 parent 7614315 commit 5e79f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e79f44

Please sign in to comment.