File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414- name : common | Copy the nginx default configuration file
1515 template :
16- src=default.conf. j2
17- dest=/etc/nginx/ conf.d/default.conf
16+ src=default.j2
17+ dest="{{nginx_etc}}/sites-available/ conf.d/default.conf"
1818
1919- name : common |Copy the nginx default site configuration file
2020 template :
2121 src=default.j2
22- dest=/etc/nginx/ sites-available/default
22+ dest="{{nginx_etc}}/ sites-available/default"
2323
2424- name : common | Create the link for site enabled specific configurations
2525 file :
26- path=/etc/nginx/ sites-enabled/default
26+ path="{{nginx_etc}}/ sites-enabled/default"
2727 state=link
28- src=/etc/nginx/ sites-available/default
28+ src="{{nginx_etc}}/ sites-available/default"
2929
3030- name : common | Create the configuration files for nginx
3131 template :
You can’t perform that action at this time.
0 commit comments