From 76a65623cddb1c96519ca7349bd6922985f33841 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Wed, 18 May 2016 10:48:18 -0400 Subject: [PATCH] Fix sending of the static path to the NGINX supervisor base role. --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 74035dc..3f46b4f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -23,4 +23,4 @@ dependencies: nsbase_app_service_command: "{{ uwsgi_app_supervisor_command }}" nsbase_app_service_stop_signal: QUIT nsbase_app_nginx_config: "{{ uwsgi_app_nginx_config }}" - nsbase_app_nginx_static_path: "{{ uwsgi_app_static_path }}" + nsbase_app_static_path: "{{ uwsgi_app_static_path }}"