2019-11-26 14:15:55 +01:00
|
|
|
---
|
2020-06-30 18:59:53 +02:00
|
|
|
- include_tasks: "{{ role_path }}/tasks/plus/setup-bsd.yml"
|
2019-12-11 21:45:12 +01:00
|
|
|
when: ansible_os_family == "FreeBSD"
|
|
|
|
|
|
|
|
- name: "(Install: FreeBSD) Install NGINX Plus"
|
|
|
|
pkgng:
|
|
|
|
name: "nginx-plus{{ nginx_version | default('') }}"
|
|
|
|
state: "{{ nginx_state }}"
|
|
|
|
notify: "(Handler: All OSs) Start NGINX"
|