Skip to content

Commit

Permalink
Make v2.1.5 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Aug 26, 2020
1 parent 6cc4eb4 commit 5ac4c0c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# defaults file for keepalived
---
keepalived_git_repo: https://github.com/acassen/keepalived.git
keepalived_version: v2.0.20
keepalived_version: v2.1.5
keepalived_install: []
keepalived_configure_options: []
keepalived_options: []
Expand Down
15 changes: 15 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@
when:
- _git_checkout is changed
- keepalived_version is version('v1.2.24', '>=')
- keepalived_version is version('v2.1.0', '<')
tags:
- configuration
- keepalived
- keepalived-build
- keepalived-build-regenerate-build-files

- name: regenerate the build files
shell: >
./build_setup
args:
chdir: "{{ keepalived_checkout_path }}"
when:
- _git_checkout is changed
- keepalived_version is version('v2.1.0', '>=')
tags:
- configuration
- keepalived
Expand Down

0 comments on commit 5ac4c0c

Please sign in to comment.