Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit f0be945

Browse files
committed
fix: nginx conf template path
1 parent 4bc6d89 commit f0be945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/setup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
synchronize:
55
src: "{{ role_path }}/vendor/server-configs-nginx/h5bp"
66
dest: /etc/nginx
7+
- set_fact:
8+
nginx_conf_template: "{{ role_path }}/templates/nginx/nginx.conf.j2"
79
- name: Setup Nginx
810
vars:
911
nginx_ppa_use: true
10-
nginx_conf_template: "roles/stackhead_webserver_nginx/templates/nginx/nginx.conf.j2"
1112
nginx_vhosts: []
1213
__nginx_user: "stackhead"
1314
root_group: "stackhead"

0 commit comments

Comments
 (0)