File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : " (Setup: All NGINX) Upload NGINX Main Configuration File"
22
22
copy :
23
- src : " {{ main_upload_location }}"
23
+ src : " {{ main_push_location }}"
24
24
dest : /etc/nginx/nginx.conf
25
25
notify : " (Handler: All OSs) Reload NGINX"
26
26
when : main_push_enable
36
36
src : " {{ item }}"
37
37
dest : /etc/nginx/conf.d/http
38
38
with_fileglob :
39
- - " {{ http_upload_location }}"
39
+ - " {{ http_push_location }}"
40
40
notify : " (Handler: All OSs) Reload NGINX"
41
- when : http_push_enablee
41
+ when : http_push_enable
42
42
43
43
- name : " (Setup: All NGINX) Ensure NGINX Stream Directory Exists"
44
44
file :
51
51
src : " {{ item }}"
52
52
dest : /etc/nginx/conf.d/stream
53
53
with_fileglob :
54
- - " {{ stream_upload_location }}"
54
+ - " {{ stream_push_location }}"
55
55
notify : " (Handler: All OSs) Reload NGINX"
56
56
when : stream_push_enable
You can’t perform that action at this time.
0 commit comments