We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5baf3a commit 50a6338Copy full SHA for 50a6338
tasks/opensource/setup-debian.yml
@@ -3,10 +3,10 @@
3
set_fact:
4
default_repository:
5
- >-
6
- deb https://nginx.org/packages/{{ (nginx_branch == 'mainline')
+ deb [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
7
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
8
9
- deb-src https://nginx.org/packages/{{ (nginx_branch == 'mainline')
+ deb-src [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
10
11
12
- name: "(Install: Debian/Ubuntu) Set APT NGINX Repository"
0 commit comments