3b6c744166
This fixes a bug when only the license is deleted, making system updates fail since the NGINX Plus repository is still within the repositories list yet there is no license to authenticate to the repository
10 lines
261 B
YAML
10 lines
261 B
YAML
---
|
|
- import_tasks: setup-bsd.yml
|
|
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"
|