7 lines
153 B
YAML
7 lines
153 B
YAML
---
|
|
- name: "(Install: Debian/Ubuntu) Add NGINX Repository"
|
|
apt_repository:
|
|
repo: "{{ item }}"
|
|
with_items:
|
|
- "{{ nginx_repository.debian }}"
|