ansible-role-nginx/tasks/opensource/setup-suse.yml

13 lines
326 B
YAML
Raw Normal View History

2018-01-10 23:40:01 +01:00
---
- name: "(SUSE) Add Mainline NGINX Repository"
zypper_repository:
name: nginx
repo: https://nginx.org/packages/mainline/sles/12
when: branch == "mainline"
- name: "(SUSE) Add Stable NGINX Repository"
zypper_repository:
name: nginx
repo: https://nginx.org/packages/sles/12
when: branch == "stable"