File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
- name : " (Install: Debian/Ubuntu) Add NGINX Amplify Agent Repository"
3
3
apt_repository :
4
4
filename : nginx-amplify
5
- repo : deb http://packages.amplify.nginx.com/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release|lower }} amplify-agent
5
+ repo : deb [arch=amd64] http://packages.amplify.nginx.com/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release|lower }} amplify-agent
Original file line number Diff line number Diff line change 2
2
- name : " (Install: Debian/Ubuntu) Add NGINX Controller Agent Repository"
3
3
apt_repository :
4
4
filename : nginx-controller
5
- repo : deb https://packages.nginx.org/controller/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release | lower }} controller
5
+ repo : deb [arch=amd64] https://packages.nginx.org/controller/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release | lower }} controller
6
6
7
7
- name : " (Install: CentOS/RedHat) Add NGINX Controller Agent Repository"
8
8
yum_repository :
Original file line number Diff line number Diff line change 1
1
---
2
2
- name : " (Setup: Debian/Ubuntu) Setup NGINX Plus Repository"
3
3
apt_repository :
4
- repo : deb https://plus-pkgs.nginx.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} nginx-plus
4
+ repo : deb [arch=amd64] https://plus-pkgs.nginx.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} nginx-plus
5
5
filename : nginx-plus
6
6
update_cache : no
7
7
state : " {{ nginx_license_status | default ('present') }}"
Original file line number Diff line number Diff line change 3
3
apt_repository :
4
4
repo : " {{ item }}"
5
5
with_items :
6
- - deb https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
7
- - deb-src https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
6
+ - deb [arch=amd64] https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
7
+ - deb-src [arch=amd64] https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
You can’t perform that action at this time.
0 commit comments