File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
deb [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
7
7
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
8
8
- >-
9
- deb-src [arch=amd64] https://nginx.org/packages/{{ (nginx_branch == 'mainline')
9
+ deb-src https://nginx.org/packages/{{ (nginx_branch == 'mainline')
10
10
| ternary('mainline/', '') }}{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} nginx
11
11
12
12
- name : " (Install: Debian/Ubuntu) Set APT NGINX Repository"
Original file line number Diff line number Diff line change 4
4
repo : " {{ item }}"
5
5
with_items :
6
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
7
+ - deb-src https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
You can’t perform that action at this time.
0 commit comments