Skip to content

Commit

Permalink
Make 2.0.4 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jun 25, 2018
1 parent d1bcbc8 commit 53b46e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5`]: Keepalived version to install
* `keepalived_version`: [default: `v2.0.4`]: 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.5
keepalived_version: v2.0.4
keepalived_install: []
keepalived_configure_options: []
keepalived_options: []
Expand Down

0 comments on commit 53b46e1

Please sign in to comment.