From c9ab6ef7e72de64526d38bf72a86da23ee98cd48 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Tue, 12 May 2015 17:18:50 -0300 Subject: [PATCH] Fix nginx_vhosts comment The key used in the vhosts.j2 template is extra_parameters. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 11e5c6b..8c51fc6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -31,7 +31,7 @@ nginx_vhosts: [] # # Properties that are only added if defined: # error_page: "", # access_log: "", -# extra_config: "" # Can be used to add extra config blocks (multiline). +# extra_parameters: "" # Can be used to add extra config blocks (multiline). # } nginx_upstreams: []