feda384b94
* Improve role handling * Add defaults to some tasks * Improve template conditionals
6 lines
267 B
YAML
6 lines
267 B
YAML
---
|
|
- name: "(Install: Debian/Ubuntu) Add NGINX Controller Agent Repository"
|
|
apt_repository:
|
|
filename: nginx-controller
|
|
repo: deb http://packages.nginx.org/controller/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release | lower }} controller
|