Skip to content

Commit 6a2680b

Browse files
committed
Default varnish_version to 6.6.
1 parent a38c2bb commit 6a2680b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Available variables are listed below, along with default values (see `defaults/m
1616

1717
Varnish package name you want to install. See `apt-cache policy varnish` or `yum list varnish` for a listing of available candidates.
1818

19-
varnish_version: "6.4"
19+
varnish_version: "6.6"
2020

21-
Varnish version that should be installed. See the [Varnish Cache packagecloud.io repositories](https://packagecloud.io/varnishcache) for a listing of available versions. Some examples include: `6.4`, `6.3`, `6.1`, `4.1`, `3.0`, and `2.1`.
21+
Varnish version that should be installed. See the [Varnish Cache packagecloud.io repositories](https://packagecloud.io/varnishcache) for a listing of available versions. Some examples include: `6.6`, `6.5`, `6.4`, `4.1`, `3.0`, and `2.1`.
2222

2323
varnish_config_path: /etc/varnish
2424

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
varnish_package_name: "varnish"
33
varnish_modules_package_name: ""
4-
varnish_version: "6.4"
4+
varnish_version: "6.6"
55

66
varnish_use_default_vcl: true
77
varnish_default_vcl_template_path: default.vcl.j2

0 commit comments

Comments
 (0)