Skip to content

Commit

Permalink
Make 1.9.8 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Aug 28, 2017
1 parent 135eefd commit 9b69648
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python: "2.7"

env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.3.2.0
- ANSIBLE_VERSION=2.3.1.0
- ANSIBLE_VERSION=2.3.0.0
- ANSIBLE_VERSION=2.2.3.0
Expand All @@ -25,7 +26,6 @@ env:
- ANSIBLE_VERSION=2.0.0.2
- ANSIBLE_VERSION=2.0.0.1
- ANSIBLE_VERSION=2.0.0.0
- ANSIBLE_VERSION=1.9.6

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ None

#### Variables

* `vagrant_version` [default: `1.9.7`]: Version to install
* `vagrant_version` [default: `1.9.8`]: Version to install

## Dependencies

Expand Down
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ boxes = [
:cpu => "50",
:ram => "256"
},
{
:name => "debian-90",
:box => "bento/debian-9.0",
:ip => '10.0.0.16',
:cpu => "50",
:ram => "256"
},
]

Vagrant.configure("2") do |config|
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# defaults file for vagrant
---
vagrant_version: 1.9.7
vagrant_version: 1.9.8
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
company: Oefenweb.nl B.V.
description: Set up Vagrant in Debian-like systems
license: MIT
min_ansible_version: 1.9.6
min_ansible_version: 2.0.0.0
platforms:
- name: Ubuntu
versions:
Expand All @@ -16,6 +16,7 @@ galaxy_info:
versions:
- wheezy
- jessie
- stretch
galaxy_tags:
- development
- system
Expand Down

0 comments on commit 9b69648

Please sign in to comment.