From 15385c9cb1ce335e6774342bce4e78030b086ec7 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Fri, 2 Mar 2018 15:00:07 -0800 Subject: [PATCH] Minor formatting fix --- tasks/conf/setup-rest-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/conf/setup-rest-api.yml b/tasks/conf/setup-rest-api.yml index f613769..d49e1e2 100644 --- a/tasks/conf/setup-rest-api.yml +++ b/tasks/conf/setup-rest-api.yml @@ -2,5 +2,5 @@ - name: "(Setup: NGINX Plus) Setup NGINX Plus API" template: 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"