File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
- import_tasks : install-njs.yml
3
- when : modules .njs | default(false)
3
+ when : nginx_modules .njs | default(false)
4
4
5
5
- import_tasks : install-perl.yml
6
- when : modules .perl | default(false)
6
+ when : nginx_modules .perl | default(false)
7
7
8
8
- import_tasks : install-geoip.yml
9
- when : modules .geoip | default(false)
9
+ when : nginx_modules .geoip | default(false)
10
10
11
11
- import_tasks : install-image-filter.yml
12
- when : modules .image_filter | default(false)
12
+ when : nginx_modules .image_filter | default(false)
13
13
14
14
- import_tasks : install-rtmp.yml
15
- when : modules .rtmp | default(false)
15
+ when : nginx_modules .rtmp | default(false)
16
16
17
17
- import_tasks : install-xslt.yml
18
- when : modules .xslt | default(false)
18
+ when : nginx_modules .xslt | default(false)
19
19
20
20
- import_tasks : install-waf.yml
21
- when : modules .waf | default(false) and nginx_type == "plus"
21
+ when : nginx_modules .waf | default(false) and nginx_type == "plus"
Original file line number Diff line number Diff line change 15
15
lineinfile :
16
16
path : /etc/nginx/nginx.conf
17
17
insertbefore : BOF
18
- line : load_module modules/ngx_http_perl .so;
18
+ line : load_module modules/ngx_http_perl_module .so;
19
19
notify : " (Handler: All OSs) Reload NGINX"
You can’t perform that action at this time.
0 commit comments