f3ec78e7ae
* Add support to the role for RHEL 8 and Alpine Linux * Add NGINX Open Source support for Alpine Linux * Add NGINX Open Source support for SLES 15 * Update supported platforms matrix
7 lines
173 B
YAML
7 lines
173 B
YAML
---
|
|
- name: "(Install: Alpine Linux) Add NGINX Plus Repository"
|
|
lineinfile:
|
|
path: /etc/apk/repositories
|
|
insertafter: EOF
|
|
line: "{{ nginx_repository.alpine }}"
|