2018-04-07 01:32:48 +02:00
|
|
|
---
|
|
|
|
- name: "(Install: Debian/Ubuntu) Add NGINX Unit Repository"
|
|
|
|
apt_repository:
|
|
|
|
repo: "{{ item }}"
|
|
|
|
with_items:
|
2019-12-30 18:46:15 +01:00
|
|
|
- deb [arch=amd64] https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
|
2020-07-07 18:42:00 +02:00
|
|
|
- deb-src https://packages.nginx.org/unit/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} unit
|