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