10 lines
508 B
YAML
10 lines
508 B
YAML
## DEPRECATED -- Use nginxinc.nginx_unit role instead (https://github.com/nginxinc/ansible-role-nginx-unit)
|
|
---
|
|
- name: (DEPRECATED) Add NGINX Unit Repository
|
|
apt_repository:
|
|
repo: "{{ item }}"
|
|
mode: 0644
|
|
loop:
|
|
- deb [arch=amd64] https://packages.nginx.org/unit/{{ ansible_facts['distribution']|lower }}/ {{ ansible_facts['distribution_release'] }} unit
|
|
- deb-src https://packages.nginx.org/unit/{{ ansible_facts['distribution']|lower }}/ {{ ansible_facts['distribution_release'] }} unit
|