mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Should be the last nit
This commit is contained in:
parent
1eb093f064
commit
5bbf96fff6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
path: "{{ nginx_conf_dir }}/freepbx-nginx.conf"
|
path: "{{ nginx_conf_dir }}/freepbx-nginx.conf"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
when: pbx_use_nginx and not pbx_enabled
|
when: not (pbx_use_nginx and pbx_enabled)
|
||||||
|
|
||||||
|
|
||||||
- name: "ENACT ABOVE 3-4 SETTINGS FOR NGINX - 'pbx_use_nginx: False' might arise later, so best ALWAYS run these 2..."
|
- name: "ENACT ABOVE 3-4 SETTINGS FOR NGINX - 'pbx_use_nginx: False' might arise later, so best ALWAYS run these 2..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue