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
6 lines
171 B
YAML
6 lines
171 B
YAML
---
|
|
- name: "(Install: APK OSs) Download NGINX Signing Key"
|
|
get_url:
|
|
url: https://nginx.org/keys/nginx_signing.rsa.pub
|
|
dest: /etc/apk/keys/nginx_signing.rsa.pub
|