Skip to content

Commit

Permalink
Merge pull request #259 from Normo/keepalived-v2.3.1
Browse files Browse the repository at this point in the history
Bump keepalived from version 2.3.0 to 2.3.1
  • Loading branch information
christianhueserhzdr committed Jun 3, 2024
2 parents c35e67b + 9c32236 commit b5f6138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/keepalived/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ keepalived_virtual_ipaddress_configs:
Variable to pin the Keepalived version to a certain value:

```yaml
keepalived_version: '2.3.0'
keepalived_version: '2.3.1'
```

#### List of dependencies of Keepalived
Expand Down
2 changes: 1 addition & 1 deletion roles/keepalived/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---

# Keepalived version
keepalived_version: "2.3.0"
keepalived_version: "2.3.1"
# URL from which Keepalived can be downloaded
keepalived_download_url: "https://www.keepalived.org/software/keepalived-{{ keepalived_version }}.tar.gz"
# List of dependencies of Keepalived
Expand Down

0 comments on commit b5f6138

Please sign in to comment.