Fix it correctly this time
This commit is contained in:
parent
7614315f04
commit
5e79f444f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue