File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
ansible-core==2.12.2
2
2
jinja2==3.0.3
3
- ansible-lint==5.3.2
3
+ ansible-lint==5.4.0
4
4
yamllint==1.26.3
5
5
molecule[docker]==3.6.1
6
6
docker==5.0.3
Original file line number Diff line number Diff line change 143
143
command : ./configure
144
144
args :
145
145
chdir : " /tmp/{{ pcre_version }}"
146
+ creates : " /tmp/makefile"
146
147
147
148
- name : Make PCRE dependency
148
149
make :
201
202
command : ./configure
202
203
args :
203
204
chdir : " /tmp/{{ zlib_version }}"
205
+ creates : " /tmp/makefile"
204
206
205
207
- name : Make ZLib dependency
206
208
make :
259
261
command : ./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib
260
262
args :
261
263
chdir : " /tmp/{{ openssl_version }}"
264
+ creates : " /tmp/makefile"
262
265
263
266
- name : Make OpenSSL dependency
264
267
make :
335
338
{{ nginx_install_source_static_modules | default('') }}
336
339
args :
337
340
chdir : " /tmp/{{ nginx_version }}"
341
+ creates : " /tmp/makefile"
338
342
register : nginx_configure
339
343
340
344
- name : Make NGINX
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ nginx_plus_distributions: [
26
26
]
27
27
28
28
# Default NGINX signing key
29
- nginx_default_signing_key_rsa_pub : https://nginx.org/keys/nginx_signing.rsa.pub
30
29
nginx_default_signing_key_pgp : https://nginx.org/keys/nginx_signing.key
30
+ nginx_default_signing_key_rsa_pub : https://nginx.org/keys/nginx_signing.rsa.pub
31
31
32
32
# Default NGINX Open Source repositories
33
33
nginx_default_repository_alpine : " @nginx http://nginx.org/packages/{{ (nginx_branch == 'mainline') | ternary('mainline/', '') }}\
@@ -81,9 +81,9 @@ nginx_freebsd_dependencies: [
81
81
]
82
82
83
83
# Default locations and versions when 'nginx_install_from' is set to 'source'
84
- pcre_version : pcre-8.44
84
+ pcre_version : pcre-8.45
85
85
zlib_version : zlib-1.2.11
86
- openssl_version : openssl-1.1.1g
86
+ openssl_version : openssl-1.1.1m
87
87
88
88
# Supported NGINX Open Source dynamic modules
89
89
nginx_modules_list : [
You can’t perform that action at this time.
0 commit comments