apt update (after installation from the nginx repo) gives an err… (#211)

This commit is contained in:
erbap 2019-12-27 17:07:49 +01:00 committed by Alessandro Fael Garcia
parent b5baf3a2ae
commit 50a6338a35

View File

@ -3,10 +3,10 @@
set_fact: set_fact:
default_repository: 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 | 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 | ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
- name: "(Install: Debian/Ubuntu) Set APT NGINX Repository" - name: "(Install: Debian/Ubuntu) Set APT NGINX Repository"