Skip to content

Commit

Permalink
Default varnish_version to 6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 25, 2024
1 parent a38c2bb commit 6a2680b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Available variables are listed below, along with default values (see `defaults/m

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

varnish_version: "6.4"
varnish_version: "6.6"

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`.
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`.

varnish_config_path: /etc/varnish

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
varnish_package_name: "varnish"
varnish_modules_package_name: ""
varnish_version: "6.4"
varnish_version: "6.6"

varnish_use_default_vcl: true
varnish_default_vcl_template_path: default.vcl.j2
Expand Down

0 comments on commit 6a2680b

Please sign in to comment.