Skip to content

Commit

Permalink
bump openresty
Browse files Browse the repository at this point in the history
  • Loading branch information
tombokombo authored Oct 15, 2024
1 parent 9503fb3 commit e6fdf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/openresty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_openresty_repo_url: "deb [arch={{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}] http://openresty.org/package/ubuntu {{ ansible_distribution_release | lower }} main"
_openresty_repo_key: https://openresty.org/package/pubkey.gpg
_openresty_package_version: "1.25.3.1-2~{{ ansible_distribution_release }}1"
_openresty_package_version: "1.25.3.2-1~{{ ansible_distribution_release }}1"
_openresty_server_pkg: openresty
_openresty_server_service: openresty

Expand Down

0 comments on commit e6fdf3c

Please sign in to comment.