Add updated repo to ubuntu to use newer version of ansible
Required for new features
This commit is contained in:
parent
0de743b843
commit
1517433436
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ platforms:
|
||||||
driver_config:
|
driver_config:
|
||||||
image: electrical/ubuntu:14.04
|
image: electrical/ubuntu:14.04
|
||||||
privileged: true
|
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
|
use_sudo: false
|
||||||
- name: debian-7
|
- name: debian-7
|
||||||
driver_config:
|
driver_config:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue