Minor formatting fix
This commit is contained in:
parent
742a2adba4
commit
15385c9cb1
@ -2,5 +2,5 @@
|
|||||||
- name: "(Setup: NGINX Plus) Setup NGINX Plus API"
|
- name: "(Setup: NGINX Plus) Setup NGINX Plus API"
|
||||||
template:
|
template:
|
||||||
src: api.conf.j2
|
src: api.conf.j2
|
||||||
dest: "{{ (http_template_enable) | ternary('/etc/nginx/conf.d/http/api.conf','/etc/nginx/conf.d/api.conf')}}"
|
dest: "{{ (http_template_enable) | ternary('/etc/nginx/conf.d/http/api.conf','/etc/nginx/conf.d/api.conf') }}"
|
||||||
notify: "(Handler: All OSs) Reload NGINX"
|
notify: "(Handler: All OSs) Reload NGINX"
|
||||||
|
Loading…
Reference in New Issue
Block a user