1
0
Fork 0
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:
Jerry Vonau 2023-04-02 10:30:40 -05:00
parent 1eb093f064
commit 5bbf96fff6

View file

@ -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..."