Skip to content

Commit

Permalink
bump openresty package version
Browse files Browse the repository at this point in the history
  • Loading branch information
m12o committed Mar 27, 2023
1 parent 1073806 commit 3acc704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/openresty.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

_openresty_repo_url: "deb http://openresty.org/package/ubuntu {{ ansible_distribution_release | lower }} main"
_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.21.4.1-1~{{ ansible_distribution_release }}1"
_openresty_package_version: "1.21.4.1-2~{{ ansible_distribution_release }}1"
_openresty_server_pkg: openresty
_openresty_server_service: openresty

Expand Down

0 comments on commit 3acc704

Please sign in to comment.