mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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"
|
||||
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..."
|
||||
|
|
Loading…
Reference in a new issue