Skip to content

Commit b5f6138

Browse files
Merge pull request #259 from Normo/keepalived-v2.3.1
Bump keepalived from version 2.3.0 to 2.3.1
2 parents c35e67b + 9c32236 commit b5f6138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/keepalived/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ keepalived_virtual_ipaddress_configs:
6161
Variable to pin the Keepalived version to a certain value:
6262

6363
```yaml
64-
keepalived_version: '2.3.0'
64+
keepalived_version: '2.3.1'
6565
```
6666

6767
#### List of dependencies of Keepalived

roles/keepalived/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
---
77

88
# Keepalived version
9-
keepalived_version: "2.3.0"
9+
keepalived_version: "2.3.1"
1010
# URL from which Keepalived can be downloaded
1111
keepalived_download_url: "https://www.keepalived.org/software/keepalived-{{ keepalived_version }}.tar.gz"
1212
# List of dependencies of Keepalived

0 commit comments

Comments
 (0)