Skip to content

Commit 50a6338

Browse files
erbapalessfg
authored andcommitted
apt update (after installation from the nginx repo) gives an err… (#211)
1 parent b5baf3a commit 50a6338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/opensource/setup-debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set_fact:
44
default_repository:
55
- >-
6-
deb https://nginx.org/packages/{{ (nginx_branch == 'mainline')
6+
deb [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
77
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
88
- >-
9-
deb-src https://nginx.org/packages/{{ (nginx_branch == 'mainline')
9+
deb-src [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
1010
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
1111
1212
- name: "(Install: Debian/Ubuntu) Set APT NGINX Repository"

0 commit comments

Comments
 (0)