From eaa42967a3e36f5cb259cc981ae3893aa245867a Mon Sep 17 00:00:00 2001 From: Ivan Grynenko Date: Mon, 13 Jun 2016 13:36:41 +1000 Subject: [PATCH] Fixing nginx con path and setting hostname. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b260532..d0d9ef8 100755 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,7 +38,7 @@ - name: Copy headers config file in place. template: src: headers.conf.j2 - dest: "{{ nginx_conf_file_path }}/conf.d" + dest: "{{ nginx_conf_path }}" owner: root group: "{{ root_group }}" mode: 0644