Skip to content

Commit

Permalink
Make 1.4.3 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Apr 20, 2018
1 parent e9aba4b commit eeadd9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .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.5.1
- ANSIBLE_VERSION=2.5.0
- ANSIBLE_VERSION=2.4.4.0
- ANSIBLE_VERSION=2.4.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Set up the latest or a specific version of [Keepalived](http://www.keepalived.or

#### Variables

* `keepalived_version`: [default: `v1.4.2`]: Keepalived version to install
* `keepalived_version`: [default: `v1.4.3`]: Keepalived version to install

* `keepalived_install`: [default: `[]`]: Additional packages to install (e.g. `['libnl-3-dev', 'libnl-genl-3-dev', 'libnl-route-3-dev', 'libnfnetlink-dev']`)
* `keepalived_configure_options`: [default: `[]`]: Options to pass to `./configure`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for keepalived
---
keepalived_version: v1.4.2
keepalived_version: v1.4.3
keepalived_install: []
keepalived_configure_options: []
keepalived_options: []
Expand Down

0 comments on commit eeadd9c

Please sign in to comment.