apt update (after installation from the nginx repo) gives an err… (#211)
This commit is contained in:
parent
b5baf3a2ae
commit
50a6338a35
@ -3,10 +3,10 @@
|
||||
set_fact:
|
||||
default_repository:
|
||||
- >-
|
||||
deb https://nginx.org/packages/{{ (nginx_branch == 'mainline')
|
||||
deb [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
|
||||
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
|
||||
- >-
|
||||
deb-src https://nginx.org/packages/{{ (nginx_branch == 'mainline')
|
||||
deb-src [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
|
||||
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
|
||||
|
||||
- name: "(Install: Debian/Ubuntu) Set APT NGINX Repository"
|
||||
|
Loading…
Reference in New Issue
Block a user